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

lib
Struct LRU::KeyAndEntry

   in cache_adt.h

struct LRU::KeyAndEntry


Field Summary
 Entry entry
          
 Key key
          
 
Constructor Summary
KeyAndEntry( Key key_, const Entry& entry_ )
          
 

Field Detail

entry

public Entry entry;

key

public Key key;


Constructor Detail

KeyAndEntry

public KeyAndEntry( Key key_, const Entry& entry_ );

 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