Pyrogenesis  trunk
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
 

Constructor & Destructor Documentation

◆ KeyAndEntry() [1/2]

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

◆ KeyAndEntry() [2/2]

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

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ entry

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

◆ key

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

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