nux-1.14.0
|
Public Member Functions | |
NObjectType (const char *type_name, NObjectType *super_type) | |
bool | operator== (const NObjectType &Type) const |
Return true is this has the same type as the argument type. | |
bool | operator!= (const NObjectType &Type) const |
Return true is this has is of a different type than the argument type. | |
bool | IsObjectType (const NObjectType &Type) const |
Return true is this has the same type as the argument type. | |
bool | IsDerivedFromType (const NObjectType &Type) const |
Return true if this has the same type as the argument type or is derived from it. | |
unsigned int | SubClassDepth () const |
Public Attributes | |
const char * | name |
NObjectType * | super |
Static Public Attributes | |
static const NObjectType | Null_Type |
Definition at line 35 of file ObjectType.h.