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

Public Member Functions

 CacheNode ()
 

Public Attributes

int next
 
int prev
 
void * obj
 

Detailed Description

Definition at line 36 of file objcache.h.

Constructor & Destructor Documentation

ObjCache::CacheNode::CacheNode ( )
inline

Definition at line 38 of file objcache.h.

38 : next(-1), prev(-1), obj(0) {}

Member Data Documentation

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.


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