represents a faces/channels dataset More...
#include <status-dataset.hpp>


Public Types | |
| typedef std::vector< ChannelStatus > | ResultType |
Public Types inherited from ndn::nfd::StatusDataset | |
| typedef int | ParamType |
| if defined, specifies constructor argument type; otherwise, constructor has no argument More... | |
| typedef std::vector< int > | ResultType |
| provides the result type, usually a vector More... | |
Public Member Functions | |
| ChannelDataset () | |
| ResultType | parseResult (ConstBufferPtr payload) const |
Public Member Functions inherited from ndn::nfd::StatusDataset | |
| Name | getDatasetPrefix (const Name &prefix) const |
| constructs a name prefix for the dataset More... | |
| ResultType | parseResult (ConstBufferPtr payload) const |
| parses a result from reassembled payload More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ndn::nfd::StatusDataset | |
| StatusDataset (const PartialName &datasetName) | |
| constructs a StatusDataset instance with given sub-prefix More... | |
represents a faces/channels dataset
Definition at line 186 of file status-dataset.hpp.
| typedef std::vector<ChannelStatus> ndn::nfd::ChannelDataset::ResultType |
Definition at line 191 of file status-dataset.hpp.
| ndn::nfd::ChannelDataset::ChannelDataset | ( | ) |
Definition at line 117 of file status-dataset.cpp.
| ChannelDataset::ResultType ndn::nfd::ChannelDataset::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 123 of file status-dataset.cpp.