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 | |
| using | DataMatchResult = std::vector< shared_ptr< Entry >> |
| typedef std::list< InRecord > | InRecordCollection |
| an unordered collection of in-records More... | |
| typedef std::list< OutRecord > | OutRecordCollection |
| an unordered collection of out-records More... | |
Functions | |
| NDN_CXX_ASSERT_FORWARD_ITERATOR (Iterator) | |
| static bool | nteHasPitEntries (const name_tree::Entry &nte) |
| using nfd::pit::DataMatchResult = typedef std::vector<shared_ptr<Entry>> |
| typedef std::list<InRecord> nfd::pit::InRecordCollection |
an unordered collection of in-records
Definition at line 45 of file pit-entry.hpp.
| typedef std::list<OutRecord> nfd::pit::OutRecordCollection |
an unordered collection of out-records
Definition at line 49 of file pit-entry.hpp.
| nfd::pit::NDN_CXX_ASSERT_FORWARD_ITERATOR | ( | Iterator | ) |
|
inlinestatic |