represents a Strategy Choice entry
More...
#include <daemon/table/strategy-choice-entry.hpp>
represents a Strategy Choice entry
Definition at line 45 of file strategy-choice-entry.hpp.
nfd::strategy_choice::Entry::Entry |
( |
const Name & |
prefix | ) |
|
nfd::strategy_choice::Entry::~Entry |
( |
| ) |
|
|
default |
const Name& nfd::strategy_choice::Entry::getPrefix |
( |
| ) |
const |
|
inline |
fw::Strategy& nfd::strategy_choice::Entry::getStrategy |
( |
| ) |
const |
|
inline |
const Name & nfd::strategy_choice::Entry::getStrategyInstanceName |
( |
| ) |
const |
void nfd::strategy_choice::Entry::setStrategy |
( |
unique_ptr< fw::Strategy > |
strategy | ) |
|