26 #ifndef NFD_DAEMON_TABLE_NAME_TREE_HPP 27 #define NFD_DAEMON_TABLE_NAME_TREE_HPP 62 template<
typename ENTRY>
150 template<
typename ENTRY>
258 #endif // NFD_DAEMON_TABLE_NAME_TREE_HPP size_t getNBuckets() const
const_iterator end() const
Entry * findExactMatch(const Name &name) const
exact match lookup
function< std::pair< bool, bool >const Entry &entry)> EntrySubTreeSelector
a predicate to accept or reject an Entry and its children
an EntrySelector that accepts every Entry
an EntrySubTreeSelector that accepts every Entry and its children
a hashtable for fast exact name lookup
Entry * findLongestPrefixMatch(const Name &name, const EntrySelector &entrySelector=AnyEntry()) const
longest prefix matching
represents a Measurements entry
Range partialEnumerate(const Name &prefix, const EntrySubTreeSelector &entrySubTreeSelector=AnyEntrySubTree()) const
enumerate all entries under a prefix
Range findAllMatches(const Name &name, const EntrySelector &entrySelector=AnyEntry()) const
all-prefixes match lookup
Copyright (c) 2011-2015 Regents of the University of California.
Entry & lookup(const Name &name)
find or insert an entry with specified name
static Entry * get(const ENTRY &tableEntry)
Name abstraction to represent an absolute name.
represents a Strategy Choice entry
function< bool(const Entry &entry)> EntrySelector
a predicate to accept or reject an Entry in find operations
Range fullEnumerate(const EntrySelector &entrySelector=AnyEntry()) const
enumerate all entries
NameTree(size_t nBuckets=1024)
size_t eraseIfEmpty(Entry *entry, bool canEraseAncestors=true)
delete the entry if it is empty
a common index structure for FIB, PIT, StrategyChoice, and Measurements
size_t getNBuckets() const
boost::iterator_range< Iterator > Range
a Forward Range of name tree entries
Entry * getEntry(const ENTRY &tableEntry) const
const_iterator begin() const
enumeration operation implementation
an entry in the name tree