pit-entry.hpp File Reference
#include "strategy-info-host.hpp"
#include <ndn-cxx/util/scheduler.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
 Represents an entry in the Interest table (PIT). More...
 
class  nfd::pit::FaceRecord
 Contains information about an Interest on an incoming or outgoing face. More...
 
class  nfd::pit::InRecord
 Contains information about an Interest from an incoming face. More...
 
class  nfd::pit::OutRecord
 Contains information about an Interest toward an outgoing face. More...
 

Namespaces

 nfd
 -status-http-server
 
 nfd::face
 
 nfd::name_tree
 
 nfd::pit
 

Typedefs

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