oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt Struct Reference

#include <Cache.h>

List of all members.


Detailed Description

template<typename _Key, typename _Val, typename _EvictFcn>
struct oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt

LRU list entry.

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_

Constructor & Destructor Documentation

template<typename _Key, typename _Val, typename _EvictFcn>
oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt::LRUListEnt ( const _Key &  key,
const _Val &  val,
int  pin_count = 0 
) [inline]

Definition at line 44 of file Cache.h.


Member Data Documentation

template<typename _Key, typename _Val, typename _EvictFcn>
_Key oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt::key_

Definition at line 50 of file Cache.h.

template<typename _Key, typename _Val, typename _EvictFcn>
_Val oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt::val_

Definition at line 51 of file Cache.h.

template<typename _Key, typename _Val, typename _EvictFcn>
int oasys::Cache< _Key, _Val, _EvictFcn >::LRUListEnt::pin_count_

Definition at line 52 of file Cache.h.


The documentation for this struct was generated from the following file:
Generated on Sat Sep 8 08:36:26 2007 for DTN Reference Implementation by  doxygen 1.5.3