Data abstraction for routing table status.
More...
#include <routing-table-status.hpp>
Data abstraction for routing table status.
RtStatus := RT-STATUS-TYPE TLV-LENGTH RouteTableInfo*
- See also
- https://redmine.named-data.net/projects/nlsr/wiki/Routing_Table_Dataset
Definition at line 46 of file routing-table-status.hpp.
nlsr::tlv::RoutingTableStatus::RoutingTableStatus |
( |
| ) |
|
nlsr::tlv::RoutingTableStatus::RoutingTableStatus |
( |
const ndn::Block & |
block | ) |
|
|
explicit |
const std::list<RoutingTable>& nlsr::tlv::RoutingTableStatus::getRoutingtable |
( |
| ) |
const |
|
inline |
bool nlsr::tlv::RoutingTableStatus::hasRoutingTable |
( |
| ) |
|
void nlsr::tlv::RoutingTableStatus::wireDecode |
( |
const ndn::Block & |
wire | ) |
|
template<ndn::encoding::Tag TAG>
size_t nlsr::tlv::RoutingTableStatus::wireEncode |
( |
ndn::EncodingImpl< TAG > & |
block | ) |
const |
const ndn::Block & nlsr::tlv::RoutingTableStatus::wireEncode |
( |
| ) |
const |