A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::EmpiricalRandomVariable::ValueCDF Class Reference

Public Member Functions

 ValueCDF ()
 
 ValueCDF (double v, double c)
 
 ValueCDF (const ValueCDF &c)
 

Public Attributes

double cdf
 
double value
 

Detailed Description

Definition at line 2444 of file random-variable-stream.h.

Constructor & Destructor Documentation

ns3::EmpiricalRandomVariable::ValueCDF::ValueCDF ( )

Definition at line 1507 of file random-variable-stream.cc.

References NS_LOG_FUNCTION.

ns3::EmpiricalRandomVariable::ValueCDF::ValueCDF ( double  v,
double  c 
)

Definition at line 1513 of file random-variable-stream.cc.

References NS_LOG_FUNCTION.

ns3::EmpiricalRandomVariable::ValueCDF::ValueCDF ( const ValueCDF c)

Definition at line 1519 of file random-variable-stream.cc.

References NS_LOG_FUNCTION.

Member Data Documentation

double ns3::EmpiricalRandomVariable::ValueCDF::cdf

Definition at line 2451 of file random-variable-stream.h.

Referenced by ns3::EmpiricalRandomVariable::Validate().

double ns3::EmpiricalRandomVariable::ValueCDF::value

Definition at line 2450 of file random-variable-stream.h.

Referenced by ns3::EmpiricalRandomVariable::Validate().


The documentation for this class was generated from the following files: