represents a fib/list dataset More...
#include <status-dataset.hpp>
Public Types | |
typedef int | ParamType |
if defined, specifies constructor argument type; otherwise, constructor has no argument More... | |
typedef std::vector< FibEntry > | ResultType |
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 206 of file status-dataset.hpp.
|
inherited |
if defined, specifies constructor argument type; otherwise, constructor has no argument
Definition at line 53 of file status-dataset.hpp.
typedef std::vector<FibEntry> ndn::nfd::FibDataset::ResultType |
Definition at line 211 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.