OverSim
NeighborCache::WaitingContext Struct Reference

Public Member Functions

 WaitingContext ()
 WaitingContext (ProxListener *listener, cPolymorphic *context, uint32_t id)

Public Attributes

ProxListenerproxListener
cPolymorphic * proxContext
uint32_t id

Detailed Description

Definition at line 140 of file NeighborCache.h.

Constructor & Destructor Documentation

NeighborCache::WaitingContext::WaitingContext ( )
inline

Definition at line 142 of file NeighborCache.h.

{ proxListener = NULL; proxContext = NULL; };
NeighborCache::WaitingContext::WaitingContext ( ProxListener listener,
cPolymorphic *  context,
uint32_t  id 
)
inline

Definition at line 143 of file NeighborCache.h.

: proxListener(listener), proxContext(context), id(id) { };

Member Data Documentation

uint32_t NeighborCache::WaitingContext::id

Definition at line 150 of file NeighborCache.h.

cPolymorphic* NeighborCache::WaitingContext::proxContext

Definition at line 149 of file NeighborCache.h.

Referenced by WaitingContext().

ProxListener* NeighborCache::WaitingContext::proxListener

Definition at line 147 of file NeighborCache.h.

Referenced by WaitingContext().


The documentation for this struct was generated from the following file: