OTX-Runtime for C++
|
|
Represents OTX Boolean DataType. More...
#include <PrimitiveDataType.h>
Public Member Functions | |
Boolean (bool value) | |
Initializes a new instance of the Boolean class. More... | |
bool | GetPrimitive () |
Gets primitive value. More... | |
std::string | ToLiteralString () const |
Gets literal string. More... | |
Represents OTX Boolean DataType.
OpenTestSystem::Otx::Runtime::Api::DataTypes::Boolean::Boolean | ( | bool | value | ) |
Initializes a new instance of the Boolean class.
value | Primitive value |
bool OpenTestSystem::Otx::Runtime::Api::DataTypes::Boolean::GetPrimitive | ( | ) |
Gets primitive value.
|
virtual |
Gets literal string.
Reimplemented from OpenTestSystem::Otx::Runtime::Api::DataTypes::Object.