Represents a faces/list dataset.
More...
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
Inheritance diagram for ndn::nfd::FaceDataset:
Collaboration diagram for ndn::nfd::FaceDataset:Public Types | |
| using | ParamType = int |
| If defined, specifies constructor argument type; otherwise, the constructor has no arguments. More... | |
| using | ResultType = std::vector< FaceStatus > |
Public Member Functions | |
| FaceDataset () | |
| Name | getDatasetPrefix (const Name &prefix) const |
| Constructs a name prefix for the dataset. More... | |
| ResultType | parseResult (ConstBufferPtr payload) const |
Represents a faces/list dataset.
Definition at line 149 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.
|
inherited |
Definition at line 134 of file status-dataset.hpp.
| ndn::nfd::FaceDataset::FaceDataset | ( | ) |
Definition at line 102 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.
|
inherited |
Definition at line 97 of file status-dataset.cpp.