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

FloodAgentClass Class Reference

Inheritance diagram for FloodAgentClass:

Inheritance graph
[legend]
Collaboration diagram for FloodAgentClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

FloodAgentClass::FloodAgentClass  )  [inline]
 

Definition at line 75 of file flood-agent.cc.

00075                     :TclClass ("Agent/flood")
00076   {
00077   }


Member Function Documentation

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

Definition at line 78 of file flood-agent.cc.

00079   {
00080     return (new FloodAgent ());
00081   }


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