#include <cache_adt.h>
template<typename Key, typename Entry, template< class Entry_, class Entries > class McdCalc = McdCalc_Cached>
class Landlord< Key, Entry, McdCalc >::Map
Definition at line 316 of file cache_adt.h.
template<typename Key, typename Entry, template< class Entry_, class Entries > class McdCalc = McdCalc_Cached>
static Entry& Landlord< Key, Entry, McdCalc >::Map::entry_from_it |
( |
typename Map::iterator |
it | ) |
|
|
inlinestatic |
template<typename Key, typename Entry, template< class Entry_, class Entries > class McdCalc = McdCalc_Cached>
static const Entry& Landlord< Key, Entry, McdCalc >::Map::entry_from_it |
( |
typename Map::const_iterator |
it | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: