represents a faces/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< FaceStatus > | ResultType |
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 155 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.
|
inherited |
Definition at line 139 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.