represents a strategy-choice/list dataset More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
 Inheritance diagram for ndn::nfd::StrategyChoiceDataset:
 Inheritance diagram for ndn::nfd::StrategyChoiceDataset: Collaboration diagram for ndn::nfd::StrategyChoiceDataset:
 Collaboration diagram for ndn::nfd::StrategyChoiceDataset:| Public Types | |
| using | ParamType = int | 
| if defined, specifies constructor argument type; otherwise, constructor has no argument  More... | |
| using | ResultType = std::vector< StrategyChoice > | 
| 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 229 of file status-dataset.hpp.
| 
 | inherited | 
if defined, specifies constructor argument type; otherwise, constructor has no argument
Definition at line 54 of file status-dataset.hpp.
| using ndn::nfd::StrategyChoiceDataset::ResultType = std::vector<StrategyChoice> | 
Definition at line 234 of file status-dataset.hpp.
| ndn::nfd::StrategyChoiceDataset::StrategyChoiceDataset | ( | ) | 
Definition at line 152 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 158 of file status-dataset.cpp.