Public Member Functions | Public Attributes | List of all members
ObjCache::HashNode Struct Reference

Public Member Functions

 HashNode ()
 

Public Attributes

int head
 
int nextHash
 
int index
 
void * obj
 

Detailed Description

Definition at line 43 of file objcache.h.

Constructor & Destructor Documentation

ObjCache::HashNode::HashNode ( )
inline

Definition at line 45 of file objcache.h.

45 : head(-1), nextHash(-1), index(-1), obj(0) {}

Member Data Documentation

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.


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