#include "core/common.hpp"
Go to the source code of this file.
Classes | |
class | nfd::cs::Entry |
a ContentStore entry More... | |
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
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 Name &queryName, const Entry &entry) |
bool | nfd::cs::operator< (const Entry &lhs, const Entry &rhs) |
bool | nfd::cs::operator< (Table::const_iterator lhs, Table::const_iterator rhs) |