NeighborCache::WaitingContext Struct Reference

List of all members.

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 110 of file NeighborCache.h.


Constructor & Destructor Documentation

NeighborCache::WaitingContext::WaitingContext (  )  [inline]

Definition at line 112 of file NeighborCache.h.

00112 { proxListener = NULL; proxContext = NULL; };

NeighborCache::WaitingContext::WaitingContext ( ProxListener listener,
cPolymorphic *  context,
uint32_t  id 
) [inline]

Definition at line 113 of file NeighborCache.h.

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


Member Data Documentation

Definition at line 119 of file NeighborCache.h.

Definition at line 118 of file NeighborCache.h.

Referenced by WaitingContext().

Definition at line 116 of file NeighborCache.h.

Referenced by WaitingContext().


The documentation for this struct was generated from the following file:
Generated on Wed May 26 16:21:18 2010 for OverSim by  doxygen 1.6.3