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

GKClass Class Reference

Inheritance diagram for GKClass:

Inheritance graph
[legend]
Collaboration diagram for GKClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GKClass ()
TclObjectcreate (int argc, const char *const *argv)

Constructor & Destructor Documentation

GKClass::GKClass  )  [inline]
 

Definition at line 70 of file gk.cc.

00070 : TclClass("Queue/GK") {}


Member Function Documentation

TclObject* GKClass::create int  argc,
const char *const *  argv
[inline]
 

Definition at line 71 of file gk.cc.

00071                                                             {
00072                 if (argc==5)
00073                         return (new GK(argv[4]));
00074                 else
00075                         return (new GK("Drop"));
00076         }       


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