HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_SmallObject.h File Reference
+ Include dependency graph for UT_SmallObject.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_SmallObjectDefaultSuperClass
 
class  UT_SmallObject< SubClass, cleanPages, pageSize, threadSafe, maxObjectSize, SuperClass >
 

Macros

#define UT_SMALLOBJECT_CLEANPAGES_DEFAULT   true
 
#define UT_SMALLOBJECT_CLEANPAGES_ON   true
 
#define UT_SMALLOBJECT_CLEANPAGES_OFF   false
 
#define UT_SMALLOBJECT_PAGESIZE_DEFAULT   1024
 
#define UT_SMALLOBJECT_THREADSAFE_DEFAULT   true
 
#define UT_SMALLOBJECT_THREADSAFE_ON   true
 
#define UT_SMALLOBJECT_THREADSAFE_OFF   false
 
#define UT_SMALLOBJECT_MAXOBJECTSIZE_DEFAULT   128
 

Macro Definition Documentation

#define UT_SMALLOBJECT_CLEANPAGES_DEFAULT   true

Definition at line 36 of file UT_SmallObject.h.

#define UT_SMALLOBJECT_CLEANPAGES_OFF   false

Definition at line 38 of file UT_SmallObject.h.

#define UT_SMALLOBJECT_CLEANPAGES_ON   true

Definition at line 37 of file UT_SmallObject.h.

#define UT_SMALLOBJECT_MAXOBJECTSIZE_DEFAULT   128

Definition at line 46 of file UT_SmallObject.h.

#define UT_SMALLOBJECT_PAGESIZE_DEFAULT   1024

Definition at line 40 of file UT_SmallObject.h.

#define UT_SMALLOBJECT_THREADSAFE_DEFAULT   true

Definition at line 42 of file UT_SmallObject.h.

#define UT_SMALLOBJECT_THREADSAFE_OFF   false

Definition at line 44 of file UT_SmallObject.h.

#define UT_SMALLOBJECT_THREADSAFE_ON   true

Definition at line 43 of file UT_SmallObject.h.