22 #ifndef NDN_MGMT_NFD_STATUS_DATASET_HPP 23 #define NDN_MGMT_NFD_STATUS_DATASET_HPP 25 #include "../../name.hpp" 174 addParameters(
Name&
name)
const override;
263 #endif // NDN_MGMT_NFD_STATUS_DATASET_HPP ResultType parseResult(ConstBufferPtr payload) const
provides common functionality among FaceDataset and FaceQueryDataset
indicates reassembled payload cannot be parsed as ResultType
ForwarderGeneralStatusDataset()
represents NFD General Status dataset
Copyright (c) 2011-2015 Regents of the University of California.
represents a status/general dataset
Error(const std::string &what)
represents a cs/info dataset
std::vector< int > ResultType
provides the result type, usually a vector
FaceDatasetBase(const PartialName &datasetName)
ParseResultError(const std::string &what)
ResultType parseResult(ConstBufferPtr payload) const
base class of NFD StatusDataset
Name getDatasetPrefix(const Name &prefix) const
constructs a name prefix for the dataset
ResultType parseResult(ConstBufferPtr payload) const
represents a rib/list dataset
Copyright (c) 2011-2015 Regents of the University of California.
StatusDataset(const PartialName &datasetName)
constructs a StatusDataset instance with given sub-prefix
represents a strategy-choice/list dataset
ResultType parseResult(ConstBufferPtr payload) const
Represents an absolute name.
ResultType parseResult(ConstBufferPtr payload) const
represents Face Query Filter
ResultType parseResult(ConstBufferPtr payload) const
int ParamType
if defined, specifies constructor argument type; otherwise, constructor has no argument ...
represents a faces/list dataset
represents a faces/channels dataset
FaceQueryDataset(const FaceQueryFilter &filter)
ResultType parseResult(ConstBufferPtr payload) const
parses a result from reassembled payload
represents a faces/query dataset
represents a fib/list dataset
represents an error in TLV encoding or decoding
ResultType parseResult(ConstBufferPtr payload) const
shared_ptr< const Buffer > ConstBufferPtr