ndn::nfd::FaceDataset Class Reference

represents a faces/list dataset More...

#include <status-dataset.hpp>

Inheritance diagram for ndn::nfd::FaceDataset:
[legend]
Collaboration diagram for ndn::nfd::FaceDataset:
[legend]

Public Types

typedef std::vector< FaceStatusResultType
 
typedef int ParamType
 if defined, specifies constructor argument type; otherwise, constructor has no argument More...
 

Public Member Functions

 FaceDataset ()
 
ResultType parseResult (ConstBufferPtr payload) const
 
Name getDatasetPrefix (const Name &prefix) const
 constructs a name prefix for the dataset More...
 

Detailed Description

represents a faces/list dataset

See also
http://redmine.named-data.net/projects/nfd/wiki/FaceMgmt#Face-Dataset

Definition at line 155 of file status-dataset.hpp.

Member Typedef Documentation

typedef int ndn::nfd::StatusDataset::ParamType
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
inherited

Definition at line 139 of file status-dataset.hpp.

Constructor & Destructor Documentation

ndn::nfd::FaceDataset::FaceDataset ( )

Definition at line 102 of file status-dataset.cpp.

Member Function Documentation

Name ndn::nfd::StatusDataset::getDatasetPrefix ( const Name prefix) const
inherited

constructs a name prefix for the dataset

Parameters
prefixtop-level prefix, such as ndn:/localhost/nfd
Returns
name prefix without version and segment components

Definition at line 36 of file status-dataset.cpp.

FaceDatasetBase::ResultType ndn::nfd::FaceDatasetBase::parseResult ( ConstBufferPtr  payload) const
inherited

Definition at line 97 of file status-dataset.cpp.