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

SemanticREDClass Class Reference

Inheritance diagram for SemanticREDClass:

Inheritance graph
[legend]
Collaboration diagram for SemanticREDClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

SemanticREDClass::SemanticREDClass  )  [inline]
 

Definition at line 25 of file semantic-red.cc.

00025 : TclClass("Queue/RED/Semantic") {}


Member Function Documentation

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

Definition at line 26 of file semantic-red.cc.

00026                                                   {
00027                 return (new SemanticREDQueue);
00028         }


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