base class of NFD StatusDataset
More...
#include <status-dataset.hpp>
|
typedef int | ParamType |
| if defined, specifies constructor argument type; otherwise, constructor has no argument More...
|
|
typedef std::vector< int > | ResultType |
| provides the result type, usually a vector More...
|
|
if defined, specifies constructor argument type; otherwise, constructor has no argument
Definition at line 53 of file status-dataset.hpp.
ndn::nfd::StatusDataset::~StatusDataset |
( |
| ) |
|
|
virtualdefault |
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.
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.
parses a result from reassembled payload
- Parameters
-
payload | reassembled payload |
- Exceptions
-