#include <types.h>
Public Member Functions | |
LocalizedText () | |
LocalizedText (const std::string &text) | |
LocalizedText (const char *text) | |
LocalizedText (const std::string &text, const std::string &locale) | |
LocalizedText (const char *text, char *locale) | |
bool | operator== (const LocalizedText &text) const |
Public Attributes | |
uint8_t | Encoding |
std::string | Locale |
std::string | Text |
OpcUa::LocalizedText::LocalizedText | ( | ) | [inline] |
OpcUa::LocalizedText::LocalizedText | ( | const std::string & | text | ) | [inline, explicit] |
OpcUa::LocalizedText::LocalizedText | ( | const char * | text | ) | [inline, explicit] |
OpcUa::LocalizedText::LocalizedText | ( | const std::string & | text, |
const std::string & | locale | ||
) | [inline] |
OpcUa::LocalizedText::LocalizedText | ( | const char * | text, |
char * | locale | ||
) | [inline] |
bool OpcUa::LocalizedText::operator== | ( | const LocalizedText & | text | ) | const [inline] |
uint8_t OpcUa::LocalizedText::Encoding |
std::string OpcUa::LocalizedText::Locale |
std::string OpcUa::LocalizedText::Text |