#include <routing-table-pool-entry.hpp>
◆ RoutingTablePoolEntry() [1/4]
| nlsr::RoutingTablePoolEntry::RoutingTablePoolEntry |
( |
| ) |
|
|
inline |
◆ ~RoutingTablePoolEntry()
| nlsr::RoutingTablePoolEntry::~RoutingTablePoolEntry |
( |
| ) |
|
|
inline |
◆ 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 |
( |
| ) |
|
|
inline |
◆ incrementUseCount()
| uint64_t nlsr::RoutingTablePoolEntry::incrementUseCount |
( |
| ) |
|
|
inline |
◆ operator==()
◆ setNexthopList()
| void nlsr::RoutingTablePoolEntry::setNexthopList |
( |
NexthopList |
nhl | ) |
|
|
inline |
◆ m_destination
| ndn::Name nlsr::RoutingTableEntry::m_destination |
|
protectedinherited |
◆ m_nexthopList
◆ namePrefixTableEntries
| std::unordered_map<ndn::Name, std::weak_ptr<NamePrefixTableEntry> > nlsr::RoutingTablePoolEntry::namePrefixTableEntries |