Data abstraction for routing table status.
More...
#include <routing-table.hpp>
|
| using | Error = ndn::tlv::Error |
| |
Data abstraction for routing table status.
RtStatus := RT-STATUS-TYPE TLV-LENGTH RouteTableEntry*
- See also
- https://redmine.named-data.net/projects/nlsr/wiki/Routing_Table_Dataset
Definition at line 45 of file routing-table.hpp.
◆ Error
◆ RoutingTableStatus() [1/2]
| nlsr::RoutingTableStatus::RoutingTableStatus |
( |
| ) |
|
|
default |
◆ RoutingTableStatus() [2/2]
| nlsr::RoutingTableStatus::RoutingTableStatus |
( |
const ndn::Block & |
block | ) |
|
|
inline |
◆ getDryRoutingTableEntry()
| const std::list<RoutingTableEntry>& nlsr::RoutingTableStatus::getDryRoutingTableEntry |
( |
| ) |
const |
|
inline |
◆ getRoutingTableEntry()
| const std::list<RoutingTableEntry>& nlsr::RoutingTableStatus::getRoutingTableEntry |
( |
| ) |
const |
|
inline |
◆ wireEncode()
| const ndn::Block & nlsr::RoutingTableStatus::wireEncode |
( |
| ) |
const |
◆ m_dryTable
◆ m_rTable
◆ m_wire
| ndn::Block nlsr::RoutingTableStatus::m_wire |
|
mutableprotected |