NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
Loading...
Searching...
No Matches
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

namespace  nfd
 
namespace  nfd::face
 
namespace  nfd::name_tree
 
namespace  nfd::pit
 

Typedefs

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