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 186 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 191 of file name-tree-entry.hpp.
|
inlineexplicit |
Definition at line 197 of file name-tree-entry.hpp.
|
inline |
Definition at line 203 of file name-tree-entry.hpp.