represents a cs/info dataset More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
 Inheritance diagram for ndn::nfd::CsInfoDataset:
 Inheritance diagram for ndn::nfd::CsInfoDataset: Collaboration diagram for ndn::nfd::CsInfoDataset:
 Collaboration diagram for ndn::nfd::CsInfoDataset:| Public Types | |
| using | ParamType = int | 
| if defined, specifies constructor argument type; otherwise, constructor has no argument  More... | |
| using | ResultType = CsInfo | 
| Public Member Functions | |
| CsInfoDataset () | |
| Name | getDatasetPrefix (const Name &prefix) const | 
| constructs a name prefix for the dataset  More... | |
| ResultType | parseResult (ConstBufferPtr payload) const | 
represents a cs/info dataset
Definition at line 213 of file status-dataset.hpp.
| 
 | inherited | 
if defined, specifies constructor argument type; otherwise, constructor has no argument
Definition at line 54 of file status-dataset.hpp.
Definition at line 218 of file status-dataset.hpp.
| ndn::nfd::CsInfoDataset::CsInfoDataset | ( | ) | 
Definition at line 141 of file status-dataset.cpp.
constructs a name prefix for the dataset
| prefix | top-level prefix, such as ndn:/localhost/nfd | 
Definition at line 36 of file status-dataset.cpp.
| CsInfoDataset::ResultType ndn::nfd::CsInfoDataset::parseResult | ( | ConstBufferPtr | payload | ) | const | 
Definition at line 147 of file status-dataset.cpp.