|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
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:48:08 2001
|