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

agentIMEPclass Class Reference

Inheritance diagram for agentIMEPclass:

Inheritance graph
[legend]
Collaboration diagram for agentIMEPclass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 agentIMEPclass ()
TclObjectcreate (int argc, const char *const *argv)

Constructor & Destructor Documentation

agentIMEPclass::agentIMEPclass  )  [inline]
 

Definition at line 66 of file imep.cc.

00066 : TclClass("Agent/IMEP") {}


Member Function Documentation

TclObject* agentIMEPclass::create int  argc,
const char *const *  argv
[inline]
 

Definition at line 67 of file imep.cc.

References nsaddr_t.

00067                                                             {
00068                 assert(argc == 5);
00069                 return (new imepAgent((nsaddr_t) atoi(argv[4])));
00070         }


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