NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::cs::lru Namespace Reference

Classes

struct  EntryItComparator
 
class  LruPolicy
 LRU cs replacement policy. More...
 

Typedefs

typedef boost::multi_index_container< iterator, boost::multi_index::indexed_by< boost::multi_index::sequenced<>, boost::multi_index::ordered_unique< boost::multi_index::identity< iterator >, EntryItComparator > > > Queue
 

Typedef Documentation

typedef boost::multi_index_container< iterator, boost::multi_index::indexed_by< boost::multi_index::sequenced<>, boost::multi_index::ordered_unique< boost::multi_index::identity<iterator>, EntryItComparator > > > nfd::cs::lru::Queue

Definition at line 57 of file cs-policy-lru.hpp.