class csIdType A class that represents the dynamic type of an object
| | csIdFunc |
| | csIdType (const csIdType& id) |
| | csIdType () |
| | GetBase () Get the base type of this type. |
| | Length () Returns the level of polymorphism of this object |
| | operator!= (const csIdType& id) Compares whether neither object is derived from the other. |
| | operator* () Returns the csIdStr of this object, which represents name of the class. |
| | operator< (const csIdType& id) Compares whether one object's type is derived from the other. |
| | operator<= (const csIdType& id) Compares whether one object's type is derived from the other. |
| | operator== (const csIdType& id) Compares whether the two objects have the same dynamic type. |
| | operator> (const csIdType& id) Compares whether one object's type is derived from the other. |
| | operator>= (const csIdType& id) Compares whether one object's type is derived from the other. |
| | ~csIdType () |
| | base |
| | default_idstr |
| | entries |
| | length |
A class that represents the dynamic type of an object. Under the pseudo RTTI system, this class represents the type of an object, which can be retrieved via the Type() or GetType() calls.
csIdStr* entries
const csIdType* base
static csIdStr default_idstr
csIdType()
csIdType(const csIdType& id)
friend class csIdFunc
~csIdType()
int Length()
const csIdType* GetBase()
csIdStr operator*()
bool operator< (const csIdType& id)
bool operator<= (const csIdType& id)
bool operator> (const csIdType& id)
bool operator>= (const csIdType& id)
bool operator==(const csIdType& id)
bool operator!=(const csIdType& id)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de