Base class of NFD StatusDataset
.
More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
|
using | ParamType = int |
| If defined, specifies constructor argument type; otherwise, the constructor has no arguments. More...
|
|
using | ResultType = std::vector< int > |
| Specifies the result type, usually a vector. More...
|
|
◆ ParamType
If defined, specifies constructor argument type; otherwise, the constructor has no arguments.
Definition at line 54 of file status-dataset.hpp.
◆ ResultType
◆ ~StatusDataset()
ndn::nfd::StatusDataset::~StatusDataset |
( |
| ) |
|
|
virtualdefault |
◆ StatusDataset()
ndn::nfd::StatusDataset::StatusDataset |
( |
const PartialName & |
datasetName | ) |
|
|
explicitprotected |
Constructs a StatusDataset instance with given sub-prefix.
- Parameters
-
datasetName | dataset name after top-level prefix, such as faces/list |
Definition at line 28 of file status-dataset.cpp.
◆ getDatasetPrefix()
Name ndn::nfd::StatusDataset::getDatasetPrefix |
( |
const Name & |
prefix | ) |
const |
Constructs a name prefix for the dataset.
- Parameters
-
prefix | top-level prefix, such as ndn:/localhost/nfd |
- Returns
- Name prefix without version and segment components.
Definition at line 36 of file status-dataset.cpp.
◆ parseResult()
Parses a result from reassembled payload.
- Parameters
-
payload | reassembled payload |
- Exceptions
-