|
HDK
|
#include <UT_ThreadSafeCache.h>
Public Attributes | |
| const char * | myType |
| int64 | myInCache |
| int64 | myFaults |
| int64 | myGenerated |
| int64 | myItemSize |
Definition at line 226 of file UT_ThreadSafeCache.h.
| int64 UT_ThreadSafeCache< Lock >::StatItem::myFaults |
Definition at line 230 of file UT_ThreadSafeCache.h.
| int64 UT_ThreadSafeCache< Lock >::StatItem::myGenerated |
Definition at line 231 of file UT_ThreadSafeCache.h.
| int64 UT_ThreadSafeCache< Lock >::StatItem::myInCache |
Definition at line 229 of file UT_ThreadSafeCache.h.
| int64 UT_ThreadSafeCache< Lock >::StatItem::myItemSize |
Definition at line 232 of file UT_ThreadSafeCache.h.
| const char* UT_ThreadSafeCache< Lock >::StatItem::myType |
Definition at line 228 of file UT_ThreadSafeCache.h.