Represents a fib/list
dataset.
More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
Public Types | |
using | ParamType = int |
If defined, specifies constructor argument type; otherwise, the constructor has no arguments. More... | |
using | ResultType = std::vector< FibEntry > |
Public Member Functions | |
FibDataset () | |
Name | getDatasetPrefix (const Name &prefix) const |
Constructs a name prefix for the dataset. More... | |
ResultType | parseResult (ConstBufferPtr payload) const |
Represents a fib/list
dataset.
Definition at line 197 of file status-dataset.hpp.
|
inherited |
If defined, specifies constructor argument type; otherwise, the constructor has no arguments.
Definition at line 54 of file status-dataset.hpp.
using ndn::nfd::FibDataset::ResultType = std::vector<FibEntry> |
Definition at line 202 of file status-dataset.hpp.
ndn::nfd::FibDataset::FibDataset | ( | ) |
Definition at line 130 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.
FibDataset::ResultType ndn::nfd::FibDataset::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 136 of file status-dataset.cpp.