HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ThreadSafeCache< Lock >::StatItem Struct Reference

#include <UT_ThreadSafeCache.h>

Public Attributes

const char * myType
 
int64 myInCache
 
int64 myFaults
 
int64 myGenerated
 
int64 myItemSize
 

Detailed Description

template<class Lock>
struct UT_ThreadSafeCache< Lock >::StatItem

Definition at line 223 of file UT_ThreadSafeCache.h.

Member Data Documentation

template<class Lock>
int64 UT_ThreadSafeCache< Lock >::StatItem::myFaults

Definition at line 227 of file UT_ThreadSafeCache.h.

template<class Lock>
int64 UT_ThreadSafeCache< Lock >::StatItem::myGenerated

Definition at line 228 of file UT_ThreadSafeCache.h.

template<class Lock>
int64 UT_ThreadSafeCache< Lock >::StatItem::myInCache

Definition at line 226 of file UT_ThreadSafeCache.h.

template<class Lock>
int64 UT_ThreadSafeCache< Lock >::StatItem::myItemSize

Definition at line 229 of file UT_ThreadSafeCache.h.

template<class Lock>
const char* UT_ThreadSafeCache< Lock >::StatItem::myType

Definition at line 225 of file UT_ThreadSafeCache.h.


The documentation for this struct was generated from the following file: