represents a rib/list dataset More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
Inheritance diagram for ndn::nfd::RibDataset:
Collaboration diagram for ndn::nfd::RibDataset:Public Types | |
| using | ParamType = int |
| if defined, specifies constructor argument type; otherwise, constructor has no argument More... | |
| using | ResultType = std::vector< RibEntry > |
Public Member Functions | |
| RibDataset () | |
| Name | getDatasetPrefix (const Name &prefix) const |
| constructs a name prefix for the dataset More... | |
| ResultType | parseResult (ConstBufferPtr payload) const |
represents a rib/list dataset
Definition at line 245 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.
| using ndn::nfd::RibDataset::ResultType = std::vector<RibEntry> |
Definition at line 250 of file status-dataset.hpp.
| ndn::nfd::RibDataset::RibDataset | ( | ) |
Definition at line 164 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.
| RibDataset::ResultType ndn::nfd::RibDataset::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 170 of file status-dataset.cpp.