#include <core/CompoundValue.hpp>
Public Types | |
typedef std::vector< std::string > | SeparatorsByLevels_t |
![]() | |
enum | Type { NONE, BOOLEAN, INTEGER, DOUBLE, STRING, VECTOR, MATRIX, MAP, NULLL } |
Static Public Member Functions | |
static std::string | getStreamSeparator (const unsigned int &Level) |
static void | setStreamSeparator (const unsigned int &Level, const std::string &Sep) |
![]() | |
static bool | getValueTypeFromString (const std::string ValueTypeString, Value::Type &ValueType) |
static std::string | getStringFromValueType (const Value::Type ValueType) |
Static Protected Attributes | |
static SeparatorsByLevels_t | m_StreamSeparators |
typedef std::vector<std::string> openfluid::core::CompoundValue::SeparatorsByLevels_t |
|
static |
|
inlinevirtual |
Implements openfluid::core::Value.
|
inlinevirtual |
Implements openfluid::core::Value.
|
static |
|
staticprotected |