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

ChannelClass Class Reference

Inheritance diagram for ChannelClass:

Inheritance graph
[legend]
Collaboration diagram for ChannelClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

ChannelClass::ChannelClass  )  [inline]
 

Definition at line 63 of file channel.cc.

00063 : TclClass("Channel") {}


Member Function Documentation

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

Definition at line 64 of file channel.cc.

00064                                                   {
00065                 return (new Channel);
00066         }


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