Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib
Class LRU::KeyEq

   in cache_adt.h

class LRU::KeyEq


Field Summary
private Key key
          
 
Constructor Summary
KeyEq( Key key_ )
          
 
Method Summary
 bool operator()( const KeyAndEntry& ke ) const
          
 

Field Detail

key

private Key key;


Constructor Detail

KeyEq

public KeyEq( Key key_ );


Method Detail

operator()

public bool operator()( const KeyAndEntry& ke ) const;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD