Represents a cs/info
dataset.
More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
Public Member Functions | |
CsInfoDataset () | |
Name | getDatasetPrefix (const Name &prefix) const |
Constructs a name prefix for the dataset. More... | |
CsInfo | parseResult (ConstBufferPtr payload) const |
Protected Attributes | |
PartialName | m_datasetName |
Represents a cs/info
dataset.
Definition at line 174 of file status-dataset.hpp.
ndn::nfd::CsInfoDataset::CsInfoDataset | ( | ) |
Definition at line 127 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.
CsInfo ndn::nfd::CsInfoDataset::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 133 of file status-dataset.cpp.
|
protectedinherited |
Definition at line 89 of file status-dataset.hpp.