represents an item in NFD StrategyChoice dataset More...
#include <ndn-cxx/mgmt/nfd/strategy-choice.hpp>
Classes | |
class | Error |
Public Member Functions | |
StrategyChoice () | |
StrategyChoice (const Block &payload) | |
const Name & | getName () const |
const Name & | getStrategy () const |
StrategyChoice & | setName (const Name &name) |
StrategyChoice & | setStrategy (const Name &strategy) |
void | wireDecode (const Block &wire) |
template<encoding::Tag TAG> | |
size_t | wireEncode (EncodingImpl< TAG > &encoder) const |
const Block & | wireEncode () const |
represents an item in NFD StrategyChoice dataset
Definition at line 36 of file strategy-choice.hpp.
|
default |
|
explicit |
Definition at line 35 of file strategy-choice.cpp.
|
inline |
Definition at line 62 of file strategy-choice.hpp.
|
inline |
Definition at line 71 of file strategy-choice.hpp.
StrategyChoice & ndn::nfd::StrategyChoice::setName | ( | const Name & | name | ) |
Definition at line 107 of file strategy-choice.cpp.
StrategyChoice & ndn::nfd::StrategyChoice::setStrategy | ( | const Name & | strategy | ) |
Definition at line 115 of file strategy-choice.cpp.
void ndn::nfd::StrategyChoice::wireDecode | ( | const Block & | wire | ) |
Definition at line 73 of file strategy-choice.cpp.
size_t ndn::nfd::StrategyChoice::wireEncode | ( | EncodingImpl< TAG > & | encoder | ) | const |
Definition at line 42 of file strategy-choice.cpp.
const Block & ndn::nfd::StrategyChoice::wireEncode | ( | ) | const |
Definition at line 57 of file strategy-choice.cpp.