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

RNGClass Class Reference

Inheritance diagram for RNGClass:

Inheritance graph
[legend]
Collaboration diagram for RNGClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

RNGClass::RNGClass  )  [inline]
 

Definition at line 180 of file rng.cc.

00180 : TclClass("RNG") {}


Member Function Documentation

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

Definition at line 181 of file rng.cc.

00181                                                   {
00182                 return(new RNG());
00183         }


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