Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

DSDV_Helper Class Reference

#include <dsdv.h>

Inheritance diagram for DSDV_Helper:

Inheritance graph
[legend]
Collaboration diagram for DSDV_Helper:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DSDV_Helper (DSDV_Agent *a_)
virtual void handle (Event *e)

Private Attributes

DSDV_Agenta

Constructor & Destructor Documentation

DSDV_Helper::DSDV_Helper DSDV_Agent a_  )  [inline]
 

Definition at line 147 of file dsdv.h.

References a.

00147 { a = a_; }


Member Function Documentation

virtual void DSDV_Helper::handle Event e  )  [inline, virtual]
 

Implements Handler.

Definition at line 148 of file dsdv.h.

References a, and DSDV_Agent::helper_callback().

00148 { a->helper_callback(e); }

Here is the call graph for this function:


Member Data Documentation

DSDV_Agent* DSDV_Helper::a [private]
 

Definition at line 151 of file dsdv.h.

Referenced by DSDV_Helper(), and handle().


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 12:39:50 2004 for NS2.26SourcesOriginal by doxygen 1.3.3