represents a faces/channels 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< ChannelStatus > | ResultType |
Public Member Functions | |
ChannelDataset () | |
Name | getDatasetPrefix (const Name &prefix) const |
constructs a name prefix for the dataset More... | |
ResultType | parseResult (ConstBufferPtr payload) const |
represents a faces/channels dataset
Definition at line 189 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<ChannelStatus> ndn::nfd::ChannelDataset::ResultType |
Definition at line 194 of file status-dataset.hpp.
ndn::nfd::ChannelDataset::ChannelDataset | ( | ) |
Definition at line 119 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.
ChannelDataset::ResultType ndn::nfd::ChannelDataset::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 125 of file status-dataset.cpp.