Classes | |
| struct | AnyEntry | 
| struct | AnyEntrySubTree | 
| class | Entry | 
| Name Tree Entry Class.  More... | |
| class | Hash32 | 
| class | Hash64 | 
| class | Node | 
| Name Tree Node Class.  More... | |
Typedefs | |
| typedef Hash32::type | CityHash | 
| typedef function< bool(const  Entry &entry)>  | EntrySelector | 
| a predicate to accept or reject an Entry in find operations  More... | |
| typedef function< std::pair < bool, bool >const Entry &entry)>  | EntrySubTreeSelector | 
| a predicate to accept or reject an Entry and its children  More... | |
Functions | |
| size_t | computeHash (const Name &prefix) | 
| Compute the hash value of the given name prefix's WIRE FORMAT.  More... | |
| std::vector< size_t > | computeHashSet (const Name &prefix) | 
| Incrementally compute hash values.  More... | |
Variables | |
| typedef | Hash64 | 
| typedef Hash32 ::type nfd::name_tree::CityHash | 
Definition at line 71 of file name-tree.cpp.
| typedef function<bool (const Entry& entry)> nfd::name_tree::EntrySelector | 
a predicate to accept or reject an Entry in find operations
Definition at line 49 of file name-tree.hpp.
| typedef function<std::pair<bool,bool>const Entry& entry)> nfd::name_tree::EntrySubTreeSelector | 
a predicate to accept or reject an Entry and its children
Definition at line 56 of file name-tree.hpp.
| size_t nfd::name_tree::computeHash | ( | const Name & | prefix | ) | 
Compute the hash value of the given name prefix's WIRE FORMAT.
Definition at line 75 of file name-tree.cpp.
Referenced by nfd::NameTree::findExactMatch().
| std::vector< size_t > nfd::name_tree::computeHashSet | ( | const Name & | prefix | ) | 
Incrementally compute hash values.
Definition at line 93 of file name-tree.cpp.
Referenced by nfd::NameTree::findLongestPrefixMatch().
| typedef nfd::name_tree::Hash64 | 
Definition at line 71 of file name-tree.cpp.