Namespaces | |
lru | |
priority_fifo | |
Classes | |
class | Cs |
represents the ContentStore More... | |
class | Entry |
represents a base class for CS entry More... | |
class | EntryImpl |
an Entry in ContentStore implementation More... | |
class | Policy |
represents a CS replacement policy More... | |
Typedefs | |
typedef std::set< EntryImpl > | Table |
typedef Table::const_iterator | iterator |
Functions | |
int | compareQueryWithData (const Name &queryName, const Data &data) |
int | compareDataWithData (const Data &lhs, const Data &rhs) |
unique_ptr< Policy > | makeDefaultPolicy () |
typedef std::set<EntryImpl> nfd::cs::Table |
Definition at line 38 of file cs-internal.hpp.
typedef Table::const_iterator nfd::cs::iterator |
Definition at line 41 of file cs-internal.hpp.
Definition at line 64 of file cs-entry-impl.cpp.
References ndn::Name::compare(), ndn::Name::empty(), ndn::Data::getFullName(), ndn::Data::getName(), and ndn::Name::size().
Referenced by nfd::cs::EntryImpl::operator<().
Definition at line 85 of file cs-entry-impl.cpp.
References ndn::Name::compare(), ndn::Data::getFullName(), and ndn::Data::getName().
Referenced by nfd::cs::EntryImpl::operator<().
unique_ptr< Policy > nfd::cs::makeDefaultPolicy | ( | ) |
Definition at line 48 of file cs.cpp.
References nfd::cs::Policy::create().