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

NoDupChannelClass Class Reference

Inheritance diagram for NoDupChannelClass:

Inheritance graph
[legend]
Collaboration diagram for NoDupChannelClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

NoDupChannelClass::NoDupChannelClass  )  [inline]
 

Definition at line 294 of file channel.cc.

00294 : TclClass("Channel/NoDup") {}


Member Function Documentation

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

Definition at line 295 of file channel.cc.

00295                                                   {
00296                 return (new NoDupChannel);
00297         }


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