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

MIPBSAgentClass Class Reference

Inheritance diagram for MIPBSAgentClass:

Inheritance graph
[legend]
Collaboration diagram for MIPBSAgentClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

MIPBSAgentClass::MIPBSAgentClass  )  [inline]
 

Definition at line 78 of file mip-reg.cc.

00078 : TclClass("Agent/MIPBS") {}


Member Function Documentation

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

Definition at line 79 of file mip-reg.cc.

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


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