ndn::nfd::RibDataset Class Reference

Represents a rib/list dataset. More...

#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>

+ Inheritance diagram for ndn::nfd::RibDataset:
+ Collaboration diagram for ndn::nfd::RibDataset:

Public Types

using ParamType = int
 If defined, specifies constructor argument type; otherwise, the constructor has no arguments. More...
 
using ResultType = std::vector< RibEntry >
 

Public Member Functions

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

Detailed Description

Represents a rib/list dataset.

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

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

Member Typedef Documentation

◆ ParamType

using ndn::nfd::StatusDataset::ParamType = int
inherited

If defined, specifies constructor argument type; otherwise, the constructor has no arguments.

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

◆ ResultType

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

Constructor & Destructor Documentation

◆ RibDataset()

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

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

Member Function Documentation

◆ getDatasetPrefix()

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.

◆ parseResult()

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

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