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

AgentClass Class Reference

Inheritance diagram for AgentClass:

Inheritance graph
[legend]
Collaboration diagram for AgentClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

AgentClass::AgentClass  )  [inline]
 

Definition at line 62 of file agent.cc.

00062 : TclClass("Agent") {} 


Member Function Documentation

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

Definition at line 63 of file agent.cc.

References PT_NTYPE.

00063                                                   {
00064                 return (new Agent(PT_NTYPE));
00065         }


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