|
HDK
|
#include <UT_ArraySet.h>
Public Types | |
| using | TheType = ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > |
Static Public Member Functions | |
| static SYS_FORCE_INLINE void | clear (TheType &v) |
| static SYS_FORCE_INLINE bool | isClear (TheType &v) |
| static SYS_FORCE_INLINE void | clearConstruct (TheType *p) |
Static Public Attributes | |
| static const bool | clearNeedsDestruction = false |
Definition at line 1669 of file UT_ArraySet.h.
| using UT::DefaultClearer< ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > >::TheType = ArraySet<Key,MULTI,MAX_LOAD_FACTOR_256,Clearer,Hash,KeyEqual> |
Definition at line 1671 of file UT_ArraySet.h.
|
inlinestatic |
Definition at line 1673 of file UT_ArraySet.h.
|
inlinestatic |
Definition at line 1677 of file UT_ArraySet.h.
|
inlinestatic |
Definition at line 1675 of file UT_ArraySet.h.
|
static |
Definition at line 1679 of file UT_ArraySet.h.