Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
LRU< Key, Entry >::KeyAndEntry Struct Reference

Public Member Functions

 KeyAndEntry (const Key &key)
 
 KeyAndEntry (const Key &key, const Entry &entry)
 
bool operator== (const KeyAndEntry &rhs) const
 
bool operator!= (const KeyAndEntry &rhs) const
 

Public Attributes

Key key
 
Entry entry
 

Detailed Description

template<typename Key, typename Entry>
struct LRU< Key, Entry >::KeyAndEntry

Definition at line 592 of file cache_adt.h.

Constructor & Destructor Documentation

template<typename Key , typename Entry >
LRU< Key, Entry >::KeyAndEntry::KeyAndEntry ( const Key &  key)
inline

Definition at line 594 of file cache_adt.h.

template<typename Key , typename Entry >
LRU< Key, Entry >::KeyAndEntry::KeyAndEntry ( const Key &  key,
const Entry &  entry 
)
inline

Definition at line 595 of file cache_adt.h.

Member Function Documentation

template<typename Key , typename Entry >
bool LRU< Key, Entry >::KeyAndEntry::operator!= ( const KeyAndEntry rhs) const
inline

Definition at line 598 of file cache_adt.h.

template<typename Key , typename Entry >
bool LRU< Key, Entry >::KeyAndEntry::operator== ( const KeyAndEntry rhs) const
inline

Definition at line 597 of file cache_adt.h.

Member Data Documentation

template<typename Key , typename Entry >
Entry LRU< Key, Entry >::KeyAndEntry::entry

Definition at line 601 of file cache_adt.h.

template<typename Key , typename Entry >
Key LRU< Key, Entry >::KeyAndEntry::key

Definition at line 600 of file cache_adt.h.


The documentation for this struct was generated from the following file: