Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
EmptyC::EmptyC(void)
EmptyC::EmptyC(istream &)
EmptyC::operator=(const EmptyC &)
EmptyC::operator==(const EmptyC &) const
EmptyC::operator!=(const EmptyC &) const
EmptyC::Hash(void) const
EmptyC::Copy(void) const
EmptyC
 
Empty data class.
 
include "amma/Empty.hh"
User Level:Default
Library:Mtype
Section:Basic Types.Misc
In Scope:std

Comments:
For use in templates that expect a class, but we don't wish to actually store data in.

Methods:
EmptyC()
Default constructor.

EmptyC(istream & in)
Stream constructor.

EmptyC operator=(const EmptyC &)
Assigment operator.

bool operator==(const EmptyC &) const
Comparison, all empty classes are the same.

bool operator!=(const EmptyC &) const
Comparison
all empty classes are the same.

UIntT Hash() const
One hash values as good as another.

EmptyC Copy() const
Make a copy.
Ohhh what hard work...


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001