Generic containable class. More...
Inherited by Number_Containable, Serial_Containable and String_Containable.
All data elements which are placed in any container, must be subclasses of this class.
[virtual]
Destructor.
[pure virtual]
Unique hash value used for hash tables.
Reimplemented in String_Containable, Serial_Containable and Number_Containable.
[pure virtual]
Comparison method to check if the object is less than the parameter.
Reimplemented in String_Containable, Serial_Containable and Number_Containable.
[pure virtual]
Comparison method to check if the object equals the parameter.
Reimplemented in String_Containable, Serial_Containable and Number_Containable.