NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
pit-entry.hpp File Reference
#include "pit-in-record.hpp"
#include "pit-out-record.hpp"
#include <list>
Include dependency graph for pit-entry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::pit::Entry
 An Interest table entry. More...
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 
 nfd::name_tree
 
 nfd::pit
 

Typedefs

typedef std::list< InRecord > nfd::pit::InRecordCollection
 An unordered collection of in-records. More...
 
typedef std::list< OutRecord > nfd::pit::OutRecordCollection
 An unordered collection of out-records. More...