#include <routing-table-pool-entry.hpp>
|
using | Error = ndn::tlv::Error |
|
◆ Error
◆ RoutingTablePoolEntry() [1/4]
nlsr::RoutingTablePoolEntry::RoutingTablePoolEntry |
( |
| ) |
|
|
default |
◆ RoutingTablePoolEntry() [2/4]
nlsr::RoutingTablePoolEntry::RoutingTablePoolEntry |
( |
const ndn::Name & |
dest | ) |
|
|
inline |
◆ RoutingTablePoolEntry() [3/4]
nlsr::RoutingTablePoolEntry::RoutingTablePoolEntry |
( |
RoutingTableEntry & |
rte, |
|
|
uint64_t |
useCount |
|
) |
| |
|
inline |
◆ RoutingTablePoolEntry() [4/4]
nlsr::RoutingTablePoolEntry::RoutingTablePoolEntry |
( |
const ndn::Name & |
dest, |
|
|
uint64_t |
useCount |
|
) |
| |
|
inline |
◆ decrementUseCount()
uint64_t nlsr::RoutingTablePoolEntry::decrementUseCount |
( |
| ) |
|
|
inline |
◆ getDestination()
const ndn::Name& nlsr::RoutingTableEntry::getDestination |
( |
| ) |
const |
|
inlineinherited |
◆ getNexthopList() [1/2]
NexthopList& nlsr::RoutingTableEntry::getNexthopList |
( |
| ) |
|
|
inlineinherited |
◆ getNexthopList() [2/2]
const NexthopList& nlsr::RoutingTableEntry::getNexthopList |
( |
| ) |
const |
|
inlineinherited |
◆ getUseCount()
uint64_t nlsr::RoutingTablePoolEntry::getUseCount |
( |
| ) |
const |
|
inline |
◆ incrementUseCount()
uint64_t nlsr::RoutingTablePoolEntry::incrementUseCount |
( |
| ) |
|
|
inline |
◆ operator==()
◆ setNexthopList()
void nlsr::RoutingTablePoolEntry::setNexthopList |
( |
NexthopList |
nhl | ) |
|
|
inline |
◆ wireDecode()
void nlsr::RoutingTableEntry::wireDecode |
( |
const ndn::Block & |
wire | ) |
|
|
inherited |
◆ wireEncode() [1/2]
const ndn::Block & nlsr::RoutingTableEntry::wireEncode |
( |
| ) |
const |
|
inherited |
◆ wireEncode() [2/2]
template<ndn::encoding::Tag TAG>
size_t nlsr::RoutingTableEntry::wireEncode |
( |
ndn::EncodingImpl< TAG > & |
block | ) |
const |
|
inherited |
◆ m_destination
ndn::Name nlsr::RoutingTableEntry::m_destination |
|
protectedinherited |
◆ m_nexthopList
◆ m_wire
ndn::Block nlsr::RoutingTableEntry::m_wire |
|
mutableprotectedinherited |
◆ namePrefixTableEntries
std::unordered_map<ndn::Name, std::weak_ptr<NamePrefixTableEntry> > nlsr::RoutingTablePoolEntry::namePrefixTableEntries |