|  | 
#include <core/CompoundValue.hpp>
 
  
 | Public Member Functions | |
| bool | isSimple () const | 
| bool | isCompound () const | 
|  Public Member Functions inherited from openfluid::core::Value | |
| Value () | |
| Value (const Value &) | |
| virtual Value & | operator= (const Value &) | 
| virtual | ~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) | 
| 
 | inlinevirtual | 
Implements openfluid::core::Value.
| 
 | inlinevirtual | 
Implements openfluid::core::Value.
 1.8.6
 1.8.6