base class for an entity onto which StrategyInfo items may be placed More...
#include <daemon/table/strategy-info-host.hpp>
Public Member Functions | |
void | clearStrategyInfo () |
clear all StrategyInfo items More... | |
template<typename T > | |
size_t | eraseStrategyInfo () |
erase a StrategyInfo item More... | |
template<typename T > | |
T * | getStrategyInfo () const |
get a StrategyInfo item More... | |
template<typename T , typename... A> | |
std::pair< T *, bool > | insertStrategyInfo (A &&...args) |
insert a StrategyInfo item More... | |
base class for an entity onto which StrategyInfo items may be placed
Definition at line 35 of file strategy-info-host.hpp.
void nfd::StrategyInfoHost::clearStrategyInfo | ( | ) |
clear all StrategyInfo items
Definition at line 31 of file strategy-info-host.cpp.
|
inline |
erase a StrategyInfo item
T | type of StrategyInfo, must be a subclass of fw::StrategyInfo |
Definition at line 82 of file strategy-info-host.hpp.
|
inline |
get a StrategyInfo item
T | type of StrategyInfo, must be a subclass of fw::StrategyInfo |
Definition at line 44 of file strategy-info-host.hpp.
|
inline |
insert a StrategyInfo item
T | type of StrategyInfo, must be a subclass of fw::StrategyInfo |
Definition at line 63 of file strategy-info-host.hpp.