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