#include <routing-table-pool-entry.hpp>
nlsr::RoutingTablePoolEntry::RoutingTablePoolEntry |
( |
| ) |
|
|
inline |
nlsr::RoutingTablePoolEntry::~RoutingTablePoolEntry |
( |
| ) |
|
|
inline |
nlsr::RoutingTablePoolEntry::RoutingTablePoolEntry |
( |
const ndn::Name & |
dest | ) |
|
|
inline |
nlsr::RoutingTablePoolEntry::RoutingTablePoolEntry |
( |
RoutingTableEntry & |
rte, |
|
|
uint64_t |
useCount |
|
) |
| |
|
inline |
nlsr::RoutingTablePoolEntry::RoutingTablePoolEntry |
( |
const ndn::Name & |
dest, |
|
|
uint64_t |
useCount |
|
) |
| |
|
inline |
uint64_t nlsr::RoutingTablePoolEntry::decrementUseCount |
( |
| ) |
|
|
inline |
const ndn::Name& nlsr::RoutingTableEntry::getDestination |
( |
| ) |
const |
|
inlineinherited |
NexthopList& nlsr::RoutingTableEntry::getNexthopList |
( |
| ) |
|
|
inlineinherited |
const NexthopList& nlsr::RoutingTableEntry::getNexthopList |
( |
| ) |
const |
|
inlineinherited |
uint64_t nlsr::RoutingTablePoolEntry::getUseCount |
( |
| ) |
|
|
inline |
uint64_t nlsr::RoutingTablePoolEntry::incrementUseCount |
( |
| ) |
|
|
inline |
void nlsr::RoutingTablePoolEntry::setNexthopList |
( |
NexthopList |
nhl | ) |
|
|
inline |
ndn::Name nlsr::RoutingTableEntry::m_destination |
|
protectedinherited |
std::unordered_map<ndn::Name, std::weak_ptr<NamePrefixTableEntry> > nlsr::RoutingTablePoolEntry::namePrefixTableEntries |