Public Member Functions | |
| WaitingContext () | |
| WaitingContext (ProxListener *listener, cPolymorphic *context, uint32_t id) | |
Public Attributes | |
| ProxListener * | proxListener |
| cPolymorphic * | proxContext |
| uint32_t | id |
Definition at line 112 of file NeighborCache.h.
| NeighborCache::WaitingContext::WaitingContext | ( | ) | [inline] |
Definition at line 114 of file NeighborCache.h.
{ proxListener = NULL; proxContext = NULL; };
| NeighborCache::WaitingContext::WaitingContext | ( | ProxListener * | listener, | |
| cPolymorphic * | context, | |||
| uint32_t | id | |||
| ) | [inline] |
Definition at line 115 of file NeighborCache.h.
: proxListener(listener), proxContext(context), id(id) { };
| uint32_t NeighborCache::WaitingContext::id |
Definition at line 121 of file NeighborCache.h.
| cPolymorphic* NeighborCache::WaitingContext::proxContext |
Definition at line 120 of file NeighborCache.h.
Referenced by WaitingContext().
Definition at line 118 of file NeighborCache.h.
Referenced by WaitingContext().
1.7.1