22 #ifndef NDN_MGMT_NFD_STATUS_DATASET_HPP    23 #define NDN_MGMT_NFD_STATUS_DATASET_HPP   105   addParameters(
Name& name) 
const;
   170   addParameters(
Name& name) 
const override;
   259 #endif // NDN_MGMT_NFD_STATUS_DATASET_HPP provides common functionality among FaceDataset and FaceQueryDataset 
indicates reassembled payload cannot be parsed as ResultType 
represents NFD General Status dataset 
represents a status/general dataset 
represents a cs/info dataset 
std::vector< int > ResultType
provides the result type, usually a vector 
base class of NFD StatusDataset 
Name getDatasetPrefix(const Name &prefix) const
constructs a name prefix for the dataset 
represents a rib/list dataset 
StatusDataset(const PartialName &datasetName)
constructs a StatusDataset instance with given sub-prefix 
represents a strategy-choice/list dataset 
Represents an absolute name. 
represents Face Query Filter 
int ParamType
if defined, specifies constructor argument type; otherwise, constructor has no argument ...
represents a faces/list dataset 
represents a faces/channels dataset 
ResultType parseResult(ConstBufferPtr payload) const
parses a result from reassembled payload 
represents a faces/query dataset 
Error(const char *expectedType, uint32_t actualType)
represents a fib/list dataset 
represents an error in TLV encoding or decoding 
shared_ptr< const Buffer > ConstBufferPtr