#include <OptionValue.hh>
OptionValue that has a real value.
Definition at line 157 of file OptionValue.hh.
◆ RealOptionValue() [1/2]
RealOptionValue::RealOptionValue |
( |
double |
value | ) |
|
Constructor.
- Parameters
-
value | The value of real option. |
Definition at line 309 of file OptionValue.cc.
References value_.
◆ ~RealOptionValue()
RealOptionValue::~RealOptionValue |
( |
| ) |
|
|
virtual |
◆ RealOptionValue() [2/2]
◆ operator=()
◆ realValue()
double RealOptionValue::realValue |
( |
| ) |
const |
|
virtual |
Returns the value of string option.
- Returns
- The value of string option.
- Exceptions
-
Reimplemented from OptionValue.
Definition at line 337 of file OptionValue.cc.
References value_.
◆ setRealValue()
void RealOptionValue::setRealValue |
( |
double |
value | ) |
|
|
virtual |
Sets new value for real option.
- Parameters
-
value | New value for the real option. |
- Exceptions
-
Reimplemented from OptionValue.
Definition at line 326 of file OptionValue.cc.
References value_.
◆ value_
double RealOptionValue::value_ |
|
private |
The documentation for this class was generated from the following files: