|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
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) |
| const Block & | wireEncode () const |
| template<encoding::Tag TAG> | |
| size_t | wireEncode (EncodingImpl< TAG > &encoder) const |
Represents an item in NFD StrategyChoice dataset.
Definition at line 35 of file strategy-choice.hpp.
|
default |
|
explicit |
Definition at line 31 of file strategy-choice.cpp.
|
inline |
Definition at line 61 of file strategy-choice.hpp.
|
inline |
Definition at line 70 of file strategy-choice.hpp.
| StrategyChoice & ndn::nfd::StrategyChoice::setName | ( | const Name & | name | ) |
Definition at line 101 of file strategy-choice.cpp.
| StrategyChoice & ndn::nfd::StrategyChoice::setStrategy | ( | const Name & | strategy | ) |
Definition at line 109 of file strategy-choice.cpp.
| void ndn::nfd::StrategyChoice::wireDecode | ( | const Block & | wire | ) |
Definition at line 69 of file strategy-choice.cpp.
| const Block & ndn::nfd::StrategyChoice::wireEncode | ( | ) | const |
Definition at line 53 of file strategy-choice.cpp.
| size_t ndn::nfd::StrategyChoice::wireEncode | ( | EncodingImpl< TAG > & | encoder | ) | const |
Definition at line 38 of file strategy-choice.cpp.