Public Member Functions | |
HashNode () | |
Public Attributes | |
int | head |
int | nextHash |
int | index |
void * | obj |
Definition at line 43 of file objcache.h.
|
inline |
Definition at line 45 of file objcache.h.
int ObjCache::HashNode::head |
Definition at line 46 of file objcache.h.
int ObjCache::HashNode::index |
Definition at line 48 of file objcache.h.
int ObjCache::HashNode::nextHash |
Definition at line 47 of file objcache.h.
void* ObjCache::HashNode::obj |
Definition at line 49 of file objcache.h.