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 Table::const_iterator | iterator |
typedef std::set< EntryImpl > | Table |
Functions | |
int | compareDataWithData (const Data &lhs, const Data &rhs) |
int | compareQueryWithData (const Name &queryName, const Data &data) |
unique_ptr< Policy > | makeDefaultPolicy () |
NFD_ASSERT_FORWARD_ITERATOR (Cs::const_iterator) | |
typedef Table::const_iterator nfd::cs::iterator |
Definition at line 41 of file cs-internal.hpp.
typedef std::set<EntryImpl> nfd::cs::Table |
Definition at line 38 of file cs-internal.hpp.
int nfd::cs::compareDataWithData | ( | const Data & | lhs, |
const Data & | rhs | ||
) |
Definition at line 78 of file cs-entry-impl.cpp.
int nfd::cs::compareQueryWithData | ( | const Name & | queryName, |
const Data & | data | ||
) |
Definition at line 57 of file cs-entry-impl.cpp.
nfd::cs::NFD_ASSERT_FORWARD_ITERATOR | ( | Cs::const_iterator | ) |