Public Member Functions | Public Attributes

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


Constructor & Destructor Documentation

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) { };


Member Data Documentation

Definition at line 121 of file NeighborCache.h.

Definition at line 120 of file NeighborCache.h.

Referenced by WaitingContext().

Definition at line 118 of file NeighborCache.h.

Referenced by WaitingContext().


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