LibreOffice Module stoc (master) 1
|
Public Attributes | |
t_Key | aKey |
t_Val | aVal |
CacheEntry * | pPred |
CacheEntry * | pSucc |
Definition at line 39 of file lrucache.hxx.
t_Key LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry::aKey |
Definition at line 41 of file lrucache.hxx.
Referenced by LRU_Cache< t_Key, t_Val, t_KeyHash >::getValue(), and LRU_Cache< t_Key, t_Val, t_KeyHash >::setValue().
t_Val LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry::aVal |
Definition at line 42 of file lrucache.hxx.
Referenced by LRU_Cache< t_Key, t_Val, t_KeyHash >::getValue(), and LRU_Cache< t_Key, t_Val, t_KeyHash >::setValue().
CacheEntry* LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry::pPred |
Definition at line 43 of file lrucache.hxx.
Referenced by LRU_Cache< t_Key, t_Val, t_KeyHash >::LRU_Cache(), and LRU_Cache< t_Key, t_Val, t_KeyHash >::toFront().
CacheEntry* LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry::pSucc |
Definition at line 44 of file lrucache.hxx.
Referenced by LRU_Cache< t_Key, t_Val, t_KeyHash >::toFront().