User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Misc - EmptyC
 

  PUBLIC
EmptyC::EmptyC(void)
EmptyC::EmptyC(istream &)
EmptyC::operator =(const EmptyC &)
EmptyC::Copy(void) const
EmptyC::operator ==(const EmptyC &) const
EmptyC::operator !=(const EmptyC &) const
EmptyC::Hash(void) const

   EmptyC   
 
Empty data class.
 
include "Ravl/Empty.hh"
Created:10/05/99 
User Level:Advanced
Library:RavlCore
In Scope:RavlN

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.

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

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.


Maintainer:Charles Galambos, Created: 10/05/99, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002