LibreOffice Module stoc (master) 1
|
This is the complete list of members for LRU_Cache< t_Key, t_Val, t_KeyHash >, including all inherited members.
_aCacheMutex | LRU_Cache< t_Key, t_Val, t_KeyHash > | mutableprivate |
_aKey2Element | LRU_Cache< t_Key, t_Val, t_KeyHash > | private |
_nCachedElements | LRU_Cache< t_Key, t_Val, t_KeyHash > | private |
_pBlock | LRU_Cache< t_Key, t_Val, t_KeyHash > | private |
_pHead | LRU_Cache< t_Key, t_Val, t_KeyHash > | mutableprivate |
_pTail | LRU_Cache< t_Key, t_Val, t_KeyHash > | mutableprivate |
clear() | LRU_Cache< t_Key, t_Val, t_KeyHash > | inline |
getValue(const t_Key &rKey) const | LRU_Cache< t_Key, t_Val, t_KeyHash > | inline |
LRU_Cache() | LRU_Cache< t_Key, t_Val, t_KeyHash > | inlineexplicit |
setValue(const t_Key &rKey, const t_Val &rValue) | LRU_Cache< t_Key, t_Val, t_KeyHash > | inline |
t_Key2Element typedef | LRU_Cache< t_Key, t_Val, t_KeyHash > | private |
toFront(CacheEntry *pEntry) const | LRU_Cache< t_Key, t_Val, t_KeyHash > | inlineprivate |