Go to the source code of this file.
Classes | |
class | nfd::cs::Entry |
A ContentStore entry. More... | |
Namespaces | |
nfd | |
-status-http-server | |
nfd::cs | |
Typedefs | |
using | nfd::cs::Table = std::set< Entry, std::less<> > |
An ordered container of ContentStore entries. More... | |
Functions | |
bool | nfd::cs::operator< (const Entry &entry, const Name &queryName) |
bool | nfd::cs::operator< (const Entry &lhs, const Entry &rhs) |
bool | nfd::cs::operator< (const Name &queryName, const Entry &entry) |
bool | nfd::cs::operator< (Table::const_iterator lhs, Table::const_iterator rhs) |