Classes | |
class | Entry |
represents a PIT 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 | OutRecord |
contains information about an Interest toward an outgoing face More... | |
Typedefs | |
typedef std::list< InRecord > | InRecordCollection |
represents an unordered collection of InRecords More... | |
typedef std::list< OutRecord > | OutRecordCollection |
represents an unordered collection of OutRecords More... | |
typedef std::vector < shared_ptr< pit::Entry > > | DataMatchResult |
Enumerations | |
enum | DuplicateNonceWhere { DUPLICATE_NONCE_NONE = 0, DUPLICATE_NONCE_IN_SAME = (1 << 0), DUPLICATE_NONCE_IN_OTHER = (1 << 1), DUPLICATE_NONCE_OUT_SAME = (1 << 2), DUPLICATE_NONCE_OUT_OTHER = (1 << 3) } |
indicates where duplicate Nonces are found More... | |
typedef std::vector<shared_ptr<pit::Entry> > nfd::pit::DataMatchResult |
typedef std::list< InRecord> nfd::pit::InRecordCollection |
represents an unordered collection of InRecords
Definition at line 45 of file pit-entry.hpp.
typedef std::list<OutRecord> nfd::pit::OutRecordCollection |
represents an unordered collection of OutRecords
Definition at line 49 of file pit-entry.hpp.
indicates where duplicate Nonces are found
Definition at line 53 of file pit-entry.hpp.