Represents a strategy-choice/list dataset.
More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
Inheritance diagram for ndn::nfd::StrategyChoiceDataset:
Collaboration diagram for ndn::nfd::StrategyChoiceDataset:Public Member Functions | |
| StrategyChoiceDataset () | |
| Name | getDatasetPrefix (const Name &prefix) const |
| Constructs a name prefix for the dataset. More... | |
| std::vector< StrategyChoice > | parseResult (ConstBufferPtr payload) const |
Protected Attributes | |
| PartialName | m_datasetName |
Represents a strategy-choice/list dataset.
Definition at line 188 of file status-dataset.hpp.
| ndn::nfd::StrategyChoiceDataset::StrategyChoiceDataset | ( | ) |
Definition at line 138 of file status-dataset.cpp.
Constructs a name prefix for the dataset.
| prefix | Top-level prefix, such as /localhost/nfd. |
Definition at line 27 of file status-dataset.cpp.
| std::vector< StrategyChoice > ndn::nfd::StrategyChoiceDataset::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 144 of file status-dataset.cpp.
|
protectedinherited |
Definition at line 89 of file status-dataset.hpp.