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

toraAgentclass Class Reference

Inheritance diagram for toraAgentclass:

Inheritance graph
[legend]
Collaboration diagram for toraAgentclass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

toraAgentclass::toraAgentclass  )  [inline]
 

Definition at line 75 of file tora.cc.

00075 : TclClass("Agent/TORA") {}


Member Function Documentation

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

Definition at line 76 of file tora.cc.

References nsaddr_t.

00076                                                             {
00077                 assert(argc == 5);
00078                 return (new toraAgent((nsaddr_t) atoi(argv[4])));
00079         }


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