Public Member Functions | |
| uint32_t | size () |
Public Attributes | |
| std::vector< ProxListener * > | pingListeners |
| std::vector< cPolymorphic * > | pingContexts |
| std::vector< uint32_t > | pingIds |
Definition at line 123 of file NeighborCache.h.
| uint32_t NeighborCache::NeighborCache::WaitingContexts::size | ( | ) | [inline] |
Definition at line 129 of file NeighborCache.h.
Referenced by NeighborCache::setNodeTimeout(), and NeighborCache::updateNode().
00129 { return pingContexts.size(); };
| std::vector<cPolymorphic*> NeighborCache::NeighborCache::WaitingContexts::pingContexts |
Definition at line 126 of file NeighborCache.h.
Referenced by NeighborCache::insertNodeContext(), NeighborCache::setNodeTimeout(), NeighborCache::NeighborCache::WaitingContexts::size(), and NeighborCache::updateNode().
| std::vector<uint32_t> NeighborCache::NeighborCache::WaitingContexts::pingIds |
Definition at line 127 of file NeighborCache.h.
Referenced by NeighborCache::insertNodeContext(), NeighborCache::setNodeTimeout(), and NeighborCache::updateNode().
| std::vector<ProxListener*> NeighborCache::NeighborCache::WaitingContexts::pingListeners |
Definition at line 125 of file NeighborCache.h.
Referenced by NeighborCache::insertNodeContext(), NeighborCache::setNodeTimeout(), and NeighborCache::updateNode().
1.5.8