a functor to get a table entry from a name tree entry More...
#include <daemon/table/name-tree-entry.hpp>
Public Types | |
using | Getter = ENTRY *(Entry::*)() const |
a function pointer to the getter on Entry class that returns ENTRY More... | |
Public Member Functions | |
GetTableEntry (Getter getter=nullptr) | |
const ENTRY & | operator() (const Entry &nte) const |
a functor to get a table entry from a name tree entry
ENTRY | type of single table entry attached to name tree entry, such as fib::Entry |
Definition at line 185 of file name-tree-entry.hpp.
using nfd::name_tree::GetTableEntry< ENTRY >::Getter = ENTRY* (Entry::*)() const |
a function pointer to the getter on Entry class that returns ENTRY
Definition at line 190 of file name-tree-entry.hpp.
|
inlineexplicit |
Definition at line 196 of file name-tree-entry.hpp.
|
inline |
Definition at line 202 of file name-tree-entry.hpp.