provides common functionality among FaceDataset and FaceQueryDataset More...
#include <status-dataset.hpp>
Inheritance diagram for ndn::nfd::FaceDatasetBase:
Collaboration diagram for ndn::nfd::FaceDatasetBase: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 | |
| Name | getDatasetPrefix (const Name &prefix) const |
| constructs a name prefix for the dataset More... | |
| ResultType | parseResult (ConstBufferPtr payload) const |
Protected Member Functions | |
| FaceDatasetBase (const PartialName &datasetName) | |
provides common functionality among FaceDataset and FaceQueryDataset
Definition at line 136 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<FaceStatus> ndn::nfd::FaceDatasetBase::ResultType |
Definition at line 139 of file status-dataset.hpp.
|
explicitprotected |
Definition at line 91 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.
| FaceDatasetBase::ResultType ndn::nfd::FaceDatasetBase::parseResult | ( | ConstBufferPtr | payload | ) | const |
Definition at line 97 of file status-dataset.cpp.