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

DSRAgentClass Class Reference

Inheritance diagram for DSRAgentClass:

Inheritance graph
[legend]
Collaboration diagram for DSRAgentClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DSRAgentClass ()
TclObjectcreate (int, const char *const *)

Constructor & Destructor Documentation

DSRAgentClass::DSRAgentClass  )  [inline]
 

Definition at line 306 of file dsragent.cc.

00306 : TclClass("Agent/DSRAgent") {}


Member Function Documentation

TclObject* DSRAgentClass::create int  ,
const char *const * 
[inline]
 

Definition at line 307 of file dsragent.cc.

00307                                             {
00308     return (new DSRAgent);
00309   }


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