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

IntTcpClass Class Reference

Inheritance diagram for IntTcpClass:

Inheritance graph
[legend]
Collaboration diagram for IntTcpClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

IntTcpClass::IntTcpClass  )  [inline]
 

Definition at line 80 of file tcp-int.cc.

00080 : TclClass("Agent/TCP/Int") {}


Member Function Documentation

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

Definition at line 81 of file tcp-int.cc.

00081                                                   {
00082                 return (new IntTcpAgent());
00083         }


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