#include <Cache.h>
Definition at line 43 of file Cache.h.
Public Member Functions | |
LRUListEnt (const _Key &key, const _Val &val, int pin_count=0) | |
Public Attributes | |
_Key | key_ |
_Val | val_ |
int | pin_count_ |
oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt::LRUListEnt | ( | const _Key & | key, | |
const _Val & | val, | |||
int | pin_count = 0 | |||
) | [inline] |
_Key oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt::key_ |
_Val oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt::val_ |
int oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt::pin_count_ |