|
HDK
|
#include <UT_ThingList.h>
Inheritance diagram for UT_ThingEntry:Public Attributes | |
| UT_Thing | data |
| UT_Hash * | name |
| UT_ThingEntry * | next |
Additional Inherited Members | |
Static Public Member Functions inherited from UT_SmallObject< UT_ThingEntry, UT_SMALLOBJECT_CLEANPAGES_DEFAULT, UT_SMALLOBJECT_PAGESIZE_DEFAULT, UT_SMALLOBJECT_THREADSAFE_DEFAULT > | |
| static void * | operator new (size_t size) |
| Regular new/delete operators. More... | |
| static void | operator delete (void *p, size_t size) |
| Regular new/delete operators. More... | |
| static void * | operator new (size_t, void *p) |
| static void | operator delete (void *, void *) |
Definition at line 25 of file UT_ThingList.h.
| UT_Thing UT_ThingEntry::data |
Definition at line 32 of file UT_ThingList.h.
| UT_Hash* UT_ThingEntry::name |
Definition at line 33 of file UT_ThingList.h.
| UT_ThingEntry* UT_ThingEntry::next |
Definition at line 34 of file UT_ThingList.h.