| scenario_simulator_v2 C++ API
    | 
#include <stochastic_distribution.hpp>


| Public Member Functions | |
| StochasticDistribution (const pugi::xml_node &, Scope &scope) | |
|  Public Member Functions inherited from openscenario_interpreter::syntax::StochasticDistributionType | |
| StochasticDistributionType (const pugi::xml_node &, Scope &scope) | |
|  Public Member Functions inherited from openscenario_interpreter::Pointer< Expression > | |
| decltype(auto) | rebind (Ts &&... xs) | 
| decltype(auto) | binding () const | 
| auto | type () const -> const std::type_info & | 
| auto | is () const -> bool | 
| auto | is_also () const | 
| auto | as () const -> U & | 
| decltype(auto) | evaluate (Ts &&... xs) const | 
| decltype(auto) | accomplished (Ts &&... xs) const | 
| decltype(auto) | description (Ts &&... xs) const | 
| Public Attributes | |
| const String | parameter_name | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from openscenario_interpreter::Pointer< Expression > | |
| static Pointer | bind (Ts &&... xs) | 
| 
 | explicit | 
| const String openscenario_interpreter::syntax::StochasticDistribution::parameter_name |