LibreOffice Module stoc (master) 1
|
Public Attributes | |
t_key | m_key |
t_val | m_val |
Entry * | m_pred |
Entry * | m_succ |
Definition at line 43 of file lru_cache.h.
t_key stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::Entry::m_key |
Definition at line 45 of file lru_cache.h.
Referenced by stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::lookup(), and stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::set().
Entry* stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::Entry::m_pred |
Definition at line 47 of file lru_cache.h.
Referenced by stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::setSize(), and stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::toFront().
Entry* stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::Entry::m_succ |
Definition at line 48 of file lru_cache.h.
Referenced by stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::toFront().
t_val stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::Entry::m_val |
Definition at line 46 of file lru_cache.h.
Referenced by stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::lookup(), and stoc_sec::lru_cache< t_key, t_val, t_hashKey, t_equalKey >::set().