represents an item in NFD RIB dataset
More...
#include <rib-entry.hpp>
represents an item in NFD RIB dataset
A RIB entry contains one or more routes for a name prefix
- See also
- https://redmine.named-data.net/projects/nfd/wiki/RibMgmt#RIB-Dataset
Definition at line 157 of file rib-entry.hpp.
ndn::nfd::RibEntry::RibEntry |
( |
| ) |
|
|
default |
ndn::nfd::RibEntry::RibEntry |
( |
const Block & |
block | ) |
|
|
explicit |
RibEntry & ndn::nfd::RibEntry::clearRoutes |
( |
| ) |
|
const Name& ndn::nfd::RibEntry::getName |
( |
| ) |
const |
|
inline |
const std::vector<Route>& ndn::nfd::RibEntry::getRoutes |
( |
| ) |
const |
|
inline |
RibEntry & ndn::nfd::RibEntry::setName |
( |
const Name & |
prefix | ) |
|
template<typename InputIt >
RibEntry& ndn::nfd::RibEntry::setRoutes |
( |
InputIt |
first, |
|
|
InputIt |
last |
|
) |
| |
|
inline |
void ndn::nfd::RibEntry::wireDecode |
( |
const Block & |
block | ) |
|
template<encoding::Tag TAG>
size_t ndn::nfd::RibEntry::wireEncode |
( |
EncodingImpl< TAG > & |
block | ) |
const |
const Block & ndn::nfd::RibEntry::wireEncode |
( |
| ) |
const |