nux-1.14.0
nux::NObjectType Struct Reference

List of all members.

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
NObjectTypesuper

Static Public Attributes

static const NObjectType Null_Type

Detailed Description

Definition at line 35 of file ObjectType.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends