represents a Strategy Choice entry More...
#include <daemon/table/strategy-choice-entry.hpp>
Inheritance diagram for nfd::strategy_choice::Entry:
Collaboration diagram for nfd::strategy_choice::Entry:Public Member Functions | |
| Entry (const Name &prefix) | |
| ~Entry () | |
| const Name & | getPrefix () const |
| fw::Strategy & | getStrategy () const |
| const Name & | getStrategyInstanceName () const |
| void | setStrategy (unique_ptr< fw::Strategy > strategy) |
Friends | |
| class | name_tree::Entry |
represents a Strategy Choice entry
Definition at line 45 of file strategy-choice-entry.hpp.
| nfd::strategy_choice::Entry::Entry | ( | const Name & | prefix | ) |
Definition at line 32 of file strategy-choice-entry.cpp.
|
default |
|
inline |
Definition at line 55 of file strategy-choice-entry.hpp.
|
inline |
Definition at line 68 of file strategy-choice-entry.hpp.
| const Name & nfd::strategy_choice::Entry::getStrategyInstanceName | ( | ) | const |
Definition at line 41 of file strategy-choice-entry.cpp.
| void nfd::strategy_choice::Entry::setStrategy | ( | unique_ptr< fw::Strategy > | strategy | ) |
Definition at line 47 of file strategy-choice-entry.cpp.
|
friend |
Definition at line 82 of file strategy-choice-entry.hpp.