NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
cs-entry.hpp File Reference
#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) 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)