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

coreClass Class Reference

Inheritance diagram for coreClass:

Inheritance graph
[legend]
Collaboration diagram for coreClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

coreClass::coreClass  )  [inline]
 

Definition at line 45 of file dsCore.cc.

00045 : TclClass("Queue/dsRED/core") {}


Member Function Documentation

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

Definition at line 46 of file dsCore.cc.

00046                                                   {
00047                 return (new coreQueue);
00048         }


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