|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Inner Classes, Typedefs, and Enums | |
typedef |
LRU::CIt
|
typedef |
LRU::It
|
struct |
LRU::KeyAndEntry
|
class |
LRU::KeyEq
|
typedef |
LRU::List
|
Field Summary | |
private LRU::List |
lru
|
Method Summary | |
void |
add( Key key, const Entry& entry )
|
bool |
empty() const
|
bool |
find( Key key, const Entry** pentry ) const
|
void |
on_access( Entry& entry )
|
void |
remove( Key key )
|
void |
remove_least_valuable( std::list< Entry >& entry_list )
|
Field Detail |
private LRU::List lru;
Method Detail |
public void add( Key key, const Entry& entry );
public bool empty() const;
public bool find( Key key, const Entry** pentry ) const;
public void on_access( Entry& entry );
public void remove( Key key );
public void remove_least_valuable( std::list< Entry >& entry_list );
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |