represents a strategy-choice/list dataset More...
#include <status-dataset.hpp>
Public Types | |
typedef int | ParamType |
if defined, specifies constructor argument type; otherwise, constructor has no argument More... | |
typedef std::vector< StrategyChoice > | ResultType |
Public Member Functions | |
StrategyChoiceDataset () | |
Name | getDatasetPrefix (const Name &prefix) const |
constructs a name prefix for the dataset More... | |
ResultType | parseResult (ConstBufferPtr payload) const |
represents a strategy-choice/list dataset
Definition at line 223 of file status-dataset.hpp.
|
inherited |
if defined, specifies constructor argument type; otherwise, constructor has no argument
Definition at line 53 of file status-dataset.hpp.
typedef std::vector<StrategyChoice> ndn::nfd::StrategyChoiceDataset::ResultType |
Definition at line 228 of file status-dataset.hpp.
ndn::nfd::StrategyChoiceDataset::StrategyChoiceDataset | ( | ) |
Definition at line 141 of file status-dataset.cpp.
constructs a name prefix for the dataset
prefix | top-level prefix, such as ndn:/localhost/nfd |
Definition at line 36 of file status-dataset.cpp.
StrategyChoiceDataset::ResultType ndn::nfd::StrategyChoiceDataset::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 147 of file status-dataset.cpp.