Public Member Functions | |
CacheNode () | |
Public Attributes | |
int | next |
int | prev |
void * | obj |
Definition at line 36 of file objcache.h.
|
inline |
Definition at line 38 of file objcache.h.
int ObjCache::CacheNode::next |
Definition at line 39 of file objcache.h.
void* ObjCache::CacheNode::obj |
Definition at line 41 of file objcache.h.
int ObjCache::CacheNode::prev |
Definition at line 40 of file objcache.h.