doom3-gpl
Doom 3 GPL source release
|
#include <TypeInfoGen.h>
Public Attributes | |
idStr | typeName |
idStr | superType |
idStr | scope |
bool | unnamed |
bool | isTemplate |
idList< idClassVariableInfo > | variables |
Definition at line 73 of file TypeInfoGen.h.
bool idClassTypeInfo::isTemplate |
Definition at line 79 of file TypeInfoGen.h.
idStr idClassTypeInfo::scope |
Definition at line 77 of file TypeInfoGen.h.
idStr idClassTypeInfo::superType |
Definition at line 76 of file TypeInfoGen.h.
idStr idClassTypeInfo::typeName |
Definition at line 75 of file TypeInfoGen.h.
bool idClassTypeInfo::unnamed |
Definition at line 78 of file TypeInfoGen.h.
idList<idClassVariableInfo> idClassTypeInfo::variables |
Definition at line 80 of file TypeInfoGen.h.