ndn::nfd::RibDataset Class Reference

represents a rib/list dataset More...

#include <status-dataset.hpp>

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

Public Types

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

Public Member Functions

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

Detailed Description

represents a rib/list dataset

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

Definition at line 240 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.

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

Constructor & Destructor Documentation

ndn::nfd::RibDataset::RibDataset ( )

Definition at line 152 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.

RibDataset::ResultType ndn::nfd::RibDataset::parseResult ( ConstBufferPtr  payload) const

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