#include "core/common.hpp"
Include dependency graph for cs-entry.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | nfd::cs::Entry |
| a ContentStore entry More... | |
Namespaces | |
| nfd | |
| Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
| 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) |