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

SRAgentClass Class Reference

Inheritance diagram for SRAgentClass:

Inheritance graph
[legend]
Collaboration diagram for SRAgentClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

SRAgentClass::SRAgentClass  )  [inline]
 

Definition at line 67 of file sragent.cc.

00067 : TclClass("Agent/SRAgent") {}


Member Function Documentation

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

Definition at line 68 of file sragent.cc.

00068                                             {
00069     return (new SRAgent);
00070   }


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