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

ExponentialRandomVariableClass Class Reference

Inheritance diagram for ExponentialRandomVariableClass:

Inheritance graph
[legend]
Collaboration diagram for ExponentialRandomVariableClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

ExponentialRandomVariableClass::ExponentialRandomVariableClass  )  [inline]
 

Definition at line 102 of file ranvar.cc.

00102 : TclClass("RandomVariable/Exponential") {}


Member Function Documentation

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

Definition at line 103 of file ranvar.cc.

00103                                                   {
00104                 return(new ExponentialRandomVariable());
00105         }


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