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

SFQClass Class Reference

Inheritance diagram for SFQClass:

Inheritance graph
[legend]
Collaboration diagram for SFQClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

SFQClass::SFQClass  )  [inline]
 

Definition at line 102 of file sfq.cc.

00102 : TclClass("Queue/SFQ") {}


Member Function Documentation

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

Definition at line 103 of file sfq.cc.

00103                                             {
00104     return (new SFQ);
00105   }


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