represents a status/general dataset More...
#include <status-dataset.hpp>
Inheritance diagram for ndn::nfd::ForwarderGeneralStatusDataset:
Collaboration diagram for ndn::nfd::ForwarderGeneralStatusDataset:Public Types | |
| typedef int | ParamType |
| if defined, specifies constructor argument type; otherwise, constructor has no argument More... | |
| typedef ForwarderStatus | ResultType |
Public Member Functions | |
| ForwarderGeneralStatusDataset () | |
| Name | getDatasetPrefix (const Name &prefix) const |
| constructs a name prefix for the dataset More... | |
| ResultType | parseResult (ConstBufferPtr payload) const |
represents a status/general dataset
Definition at line 120 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.
Definition at line 125 of file status-dataset.hpp.
| ndn::nfd::ForwarderGeneralStatusDataset::ForwarderGeneralStatusDataset | ( | ) |
Definition at line 80 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.
| ForwarderGeneralStatusDataset::ResultType ndn::nfd::ForwarderGeneralStatusDataset::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 86 of file status-dataset.cpp.