Public Member Functions | |
TypeData (const char *theName, const Type type=Type::badType(), const Type theParent=Type::badType(), Type::instantiationMethod method=0) | |
Public Attributes | |
Type::instantiationMethod | instMethod |
std::string | name |
Type | parent |
Type | type |
Definition at line 40 of file Type.cpp.
Base::TypeData::TypeData | ( | const char * | theName, | |
const Type | type = Type::badType() , |
|||
const Type | theParent = Type::badType() , |
|||
Type::instantiationMethod | method = 0 | |||
) | [inline] |
std::string Base::TypeData::name |