

Go to the source code of this file.
Classes | |
| class | nfd::pit::Entry | 
| represents a PIT entry  More... | |
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| nfd::name_tree | |
| nfd::pit | |
Typedefs | |
| typedef std::list< InRecord > | nfd::pit::InRecordCollection | 
| represents an unordered collection of InRecords  More... | |
| typedef std::list< OutRecord > | nfd::pit::OutRecordCollection | 
| represents an unordered collection of OutRecords  More... | |
Enumerations | |
| enum | nfd::pit::DuplicateNonceWhere {  nfd::pit::DUPLICATE_NONCE_NONE = 0, nfd::pit::DUPLICATE_NONCE_IN_SAME = (1 << 0), nfd::pit::DUPLICATE_NONCE_IN_OTHER = (1 << 1), nfd::pit::DUPLICATE_NONCE_OUT_SAME = (1 << 2), nfd::pit::DUPLICATE_NONCE_OUT_OTHER = (1 << 3) }  | 
| indicates where duplicate Nonces are found  More... | |