Oolite 1.91.0.7665-250419-c535bfe
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OOCacheImpl Struct Reference
+ Collaboration diagram for OOCacheImpl:

Public Attributes

OOCacheNoderoot
 
OOCacheNodeoldest
 
OOCacheNodeyoungest
 
unsigned count
 
NSString * name
 

Detailed Description

Definition at line 392 of file OOCache.m.

Member Data Documentation

◆ count

unsigned OOCacheImpl::count

◆ name

NSString* OOCacheImpl::name

Definition at line 401 of file OOCache.m.

Referenced by CacheGetName(), CacheRemoveOldest(), CacheSetName(), and TreeInsert().

◆ oldest

OOCacheNode* OOCacheImpl::oldest

◆ root

OOCacheNode* OOCacheImpl::root

Definition at line 395 of file OOCache.m.

Referenced by CacheFree(), CacheRemove(), CacheRetrieve(), and TreeInsert().

◆ youngest

OOCacheNode * OOCacheImpl::youngest

Definition at line 398 of file OOCache.m.

Referenced by AgeListMakeYoungest(), AgeListRemove(), and CacheArrayOfContentsByAge().


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