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

SRRClass Class Reference

Inheritance diagram for SRRClass:

Inheritance graph
[legend]
Collaboration diagram for SRRClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

SRRClass::SRRClass  )  [inline]
 

Definition at line 210 of file srr.cc.

00210 : TclClass("Queue/SRR") {}


Member Function Documentation

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

Definition at line 211 of file srr.cc.

00211                                                   {
00212                 return (new SRR);
00213         }


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