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

RFC793eduTcpClass Class Reference

Inheritance diagram for RFC793eduTcpClass:

Inheritance graph
[legend]
Collaboration diagram for RFC793eduTcpClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

RFC793eduTcpClass::RFC793eduTcpClass  )  [inline]
 

Definition at line 52 of file tcp-rfc793edu.cc.

00052 : TclClass("Agent/TCP/RFC793edu") {}


Member Function Documentation

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

Definition at line 53 of file tcp-rfc793edu.cc.

00053                                                   {
00054                 return (new RFC793eduTcpAgent());
00055         }


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