Classes | |
class | DataMatchResult |
An unordered iterable of all PIT entries matching Data. More... | |
class | Entry |
An Interest table entry. More... | |
class | FaceRecord |
Contains information about an Interest on an incoming or outgoing face. More... | |
class | InRecord |
Contains information about an Interest from an incoming face. More... | |
class | Iterator |
PIT iterator. More... | |
class | OutRecord |
Contains information about an Interest toward an outgoing face. More... | |
class | Pit |
Represents the Interest Table. More... | |
Typedefs | |
typedef std::list< InRecord > | InRecordCollection |
An unordered collection of in-records. More... | |
typedef std::list< OutRecord > | OutRecordCollection |
An unordered collection of out-records. More... | |
using | DataMatchResult = std::vector< shared_ptr< Entry > > |
Functions | |
NDN_CXX_ASSERT_FORWARD_ITERATOR (Iterator) | |
static bool | nteHasPitEntries (const name_tree::Entry &nte) |
Variables | |
static const time::milliseconds | MAX_LIFETIME {10_days} |
typedef std::list<InRecord> nfd::pit::InRecordCollection |
An unordered collection of in-records.
Definition at line 44 of file pit-entry.hpp.
typedef std::list<OutRecord> nfd::pit::OutRecordCollection |
An unordered collection of out-records.
Definition at line 48 of file pit-entry.hpp.
using nfd::pit::DataMatchResult = typedef std::vector<shared_ptr<Entry> > |
nfd::pit::NDN_CXX_ASSERT_FORWARD_ITERATOR | ( | Iterator | ) |
|
inlinestatic |
Definition at line 32 of file pit.cpp.
References nfd::name_tree::Entry::hasPitEntries().
Referenced by nfd::pit::Pit::begin(), and nfd::pit::Pit::findAllDataMatches().
|
static |
Definition at line 32 of file pit-face-record.cpp.
Referenced by nfd::pit::FaceRecord::update().