![]() |
BooleanValue is a container for a true/false value.
Example : declaration
Example : getting the contained value
Example : setting the contained value
Example : conversion from string
Example : conversion to string
#include <core/BooleanValue.hpp>
Additional Inherited Members | |
![]() | |
enum | Type { NONE, BOOLEAN, INTEGER, DOUBLE, STRING, VECTOR, MATRIX, MAP, TREE, NULLL } |
![]() | |
static bool | getValueTypeFromString (const std::string &ValueTypeString, Value::Type &ValueType) |
static std::string | getStringFromValueType (const Value::Type ValueType) |
|
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 boolean 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 boolean value
[in] | Val | the boolean value |
|
inlinevirtual |
Implements openfluid::core::Value.
|
virtual |
Implements openfluid::core::Value.