HDK
|
#include "UT_API.h"
#include "UT_Debug.h"
#include "UT_NonCopyable.h"
#include "UT_SmallObject.h"
#include "UT_Thread.h"
#include "UT_ThreadSpecificValue.h"
#include "UT_PerformanceThread.h"
Go to the source code of this file.
Classes | |
class | UT_ValArray< T > |
class | UT_TaskScope |
Macros | |
#define | UT_TASKSCOPE_DBG(ZZ) |
#define | UT_INVALID_TASK_ID 0 |
Typedefs | |
typedef UT_ValArray< const UT_TaskScope * > | UT_TaskScopePtrArray |
Array of UT_TaskScope pointers. More... | |
#define UT_INVALID_TASK_ID 0 |
Definition at line 31 of file UT_TaskScope.h.
#define UT_TASKSCOPE_DBG | ( | ZZ | ) |
Definition at line 27 of file UT_TaskScope.h.
typedef UT_ValArray<const UT_TaskScope *> UT_TaskScopePtrArray |
Array of UT_TaskScope pointers.
Definition at line 35 of file UT_TaskScope.h.