LibreOffice Module stoc (master) 1
Public Attributes | List of all members
LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry Struct Reference
Collaboration diagram for LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry:
[legend]

Public Attributes

t_Key aKey
 
t_Val aVal
 
CacheEntrypPred
 
CacheEntrypSucc
 

Detailed Description

template<class t_Key, class t_Val, class t_KeyHash>
struct LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry

Definition at line 39 of file lrucache.hxx.

Member Data Documentation

◆ aKey

template<class t_Key , class t_Val , class t_KeyHash >
t_Key LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry::aKey

◆ aVal

template<class t_Key , class t_Val , class t_KeyHash >
t_Val LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry::aVal

◆ pPred

template<class t_Key , class t_Val , class t_KeyHash >
CacheEntry* LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry::pPred

◆ pSucc

template<class t_Key , class t_Val , class t_KeyHash >
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().


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