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

AbsTcpSinkClass Class Reference

Inheritance diagram for AbsTcpSinkClass:

Inheritance graph
[legend]
Collaboration diagram for AbsTcpSinkClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

AbsTcpSinkClass::AbsTcpSinkClass  )  [inline]
 

Definition at line 247 of file tcp-abs.cc.

00247 : TclClass("Agent/AbsTCPSink") {}


Member Function Documentation

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

Definition at line 248 of file tcp-abs.cc.

00248                                                   {
00249                 return (new AbsTcpSink());
00250         }


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