TypeInfo_Enum

Undocumented in source.
class TypeInfo_Enum : TypeInfo_Typedef

Inherited Members

From TypeInfo_Typedef

toString
char[] toString()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
equals_t opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
getHash
hash_t getHash(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
equals_t equals(void* p1, void* p2)
Undocumented in source. Be warned that the author may not have intended to support it.
compare
int compare(void* p1, void* p2)
Undocumented in source. Be warned that the author may not have intended to support it.
tsize
size_t tsize()
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(void* p1, void* p2)
Undocumented in source. Be warned that the author may not have intended to support it.
next
TypeInfo next()
Undocumented in source. Be warned that the author may not have intended to support it.
flags
uint flags()
Undocumented in source. Be warned that the author may not have intended to support it.
pointermap
PointerMap pointermap()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void[] init()
Undocumented in source. Be warned that the author may not have intended to support it.
talign
size_t talign()
Undocumented in source. Be warned that the author may not have intended to support it.
argTypes
int argTypes(TypeInfo arg1, TypeInfo arg2)
Undocumented in source. Be warned that the author may not have intended to support it.
base
TypeInfo base;
Undocumented in source.
name
char[] name;
Undocumented in source.
m_init
void[] m_init;
Undocumented in source.

Meta