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


Public Member Functions | |
| SimpleValue () | |
| bool | isSimple () const |
| bool | isCompound () const |
Public Member Functions inherited from openfluid::core::Value | |
| Value () | |
| virtual | ~Value () |
| virtual Value & | operator= (const Value &) |
| virtual Type | getType () const =0 |
| virtual Value * | clone () const |
| virtual bool | convert (Value &) const |
| virtual void | writeToStream (std::ostream &OutStm) const =0 |
| virtual void | writeQuotedToStream (std::ostream &OutStm) const =0 |
| 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) |
|
inline |
|
inlinevirtual |
Implements openfluid::core::Value.
|
inlinevirtual |
Implements openfluid::core::Value.
1.8.11