![]() |
#include <core/DoubleValue.hpp>


Public Member Functions | |
| DoubleValue () | |
| DoubleValue (const DoubleValue &Val) | |
| DoubleValue (const double &POD) | |
| virtual | ~DoubleValue () |
| Value & | operator= (const Value &Other) |
| operator double () const | |
| Type | getType () const |
| Value * | clone () const |
| bool | convert (Value &Val) const |
| double | get () const |
| void | set (const double &Val) |
| void | writeToStream (std::ostream &OutStm) const |
| void | writeQuotedToStream (std::ostream &OutStm) const |
Public Member Functions inherited from openfluid::core::SimpleValue | |
| SimpleValue () | |
| bool | isSimple () const |
| bool | isCompound () const |
Public Member Functions inherited from openfluid::core::Value | |
| Value () | |
| virtual | ~Value () |
| bool | isDoubleValue () const |
| const DoubleValue & | asDoubleValue () const |
| DoubleValue & | asDoubleValue () |
| bool | isIntegerValue () const |
| const IntegerValue & | asIntegerValue () const |
| IntegerValue & | asIntegerValue () |
| bool | isBooleanValue () const |
| const BooleanValue & | asBooleanValue () const |
| BooleanValue & | asBooleanValue () |
| bool | isStringValue () const |
| const StringValue & | asStringValue () const |
| StringValue & | asStringValue () |
| bool | isNullValue () const |
| const NullValue & | asNullValue () const |
| NullValue & | asNullValue () |
| bool | isVectorValue () const |
| const VectorValue & | asVectorValue () const |
| VectorValue & | asVectorValue () |
| bool | isMatrixValue () const |
| const MatrixValue & | asMatrixValue () const |
| MatrixValue & | asMatrixValue () |
| bool | isMapValue () const |
| const MapValue & | asMapValue () const |
| MapValue & | asMapValue () |
| bool | isTreeValue () const |
| const TreeValue & | asTreeValue () const |
| TreeValue & | asTreeValue () |
| std::string | toString () const |
Additional Inherited Members | |
Public Types inherited from openfluid::core::Value | |
| enum | Type { NONE, BOOLEAN, INTEGER, DOUBLE, STRING, VECTOR, MATRIX, MAP, TREE, NULLL } |
Static Public Member Functions inherited from openfluid::core::Value | |
| static bool | getValueTypeFromString (const std::string &ValueTypeString, Value::Type &ValueType) |
| static std::string | getStringFromValueType (const Value::Type ValueType) |
DoubleValue is a container for a signed double precision floating point value.
Example : declaration
Example : getting the contained value
Example : setting the contained value
Example : conversion from string
Example : conversion to string
|
inline |
Default constructor
|
inline |
Copy constructor
|
inline |
Constructor from plain old type
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from openfluid::core::Value.
|
virtual |
Reimplemented from openfluid::core::Value.
|
inline |
Returns the double value as plain old type
|
inlinevirtual |
Implements openfluid::core::Value.
|
inline |
Cast operator
Assignment operator
Reimplemented from openfluid::core::Value.
|
inline |
Sets the plain old type double value
| [in] | Val | the double value |
|
inlinevirtual |
Implements openfluid::core::Value.
|
virtual |
Implements openfluid::core::Value.
1.8.11