#include "cs-policy.hpp"#include <boost/multi_index_container.hpp>#include <boost/multi_index/sequenced_index.hpp>#include <boost/multi_index/hashed_index.hpp>

Go to the source code of this file.
Classes | |
| struct | nfd::cs::lru::EntryItComparator | 
| class | nfd::cs::lru::LruPolicy | 
| LRU cs replacement policy.  More... | |
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| nfd::cs | |
| nfd::cs::lru | |
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 > > > | nfd::cs::lru::Queue |