base class of NFD StatusDataset
More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
|
using | ParamType = int |
| if defined, specifies constructor argument type; otherwise, constructor has no argument More...
|
|
using | ResultType = std::vector< int > |
| provides the result type, usually a vector More...
|
|
◆ ParamType
if defined, specifies constructor argument type; otherwise, constructor has no argument
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
-