![]() |
#include <core/IntegerValue.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) |
IntegerValue is a container for a signed long integer 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 integer value as a plain old type
|
inlinevirtual |
Implements openfluid::core::Value.
|
inline |
Cast operator
Assignment operator
Reimplemented from openfluid::core::Value.
|
inline |
Sets the plain old type long integer value
[in] | Val | the long integer value |
|
inlinevirtual |
Implements openfluid::core::Value.
|
virtual |
Implements openfluid::core::Value.