#include <types.hpp>
UA_LocalizedText wrapper class.
The format of locale is <language>[-<country/region>]
:
- Examples
- events/client_eventfilter.cpp.
Definition at line 956 of file types.hpp.
|
(Note that these are not member symbols.)
|
bool | operator== (const UA_LocalizedText &lhs, const UA_LocalizedText &rhs) noexcept |
|
bool | operator!= (const UA_LocalizedText &lhs, const UA_LocalizedText &rhs) noexcept |
|
template<typename T > |
constexpr T * | asWrapper (typename T::NativeType *native) noexcept |
|
template<typename T > |
constexpr const T * | asWrapper (const typename T::NativeType *native) noexcept |
|
template<typename T > |
constexpr T & | asWrapper (typename T::NativeType &native) noexcept |
|
template<typename T > |
constexpr const T & | asWrapper (const typename T::NativeType &native) noexcept |
|
template<typename T > |
constexpr T::NativeType * | asNative (T *wrapper) noexcept |
|
template<typename T > |
constexpr const T::NativeType * | asNative (const T *wrapper) noexcept |
|
template<typename T > |
constexpr T::NativeType & | asNative (T &wrapper) noexcept |
|
template<typename T > |
constexpr const T::NativeType & | asNative (const T &wrapper) noexcept |
|
◆ LocalizedText()
opcua::LocalizedText::LocalizedText |
( |
std::string_view |
locale, |
|
|
std::string_view |
text |
|
) |
| |
|
inline |
◆ locale()
std::string_view opcua::LocalizedText::locale |
( |
| ) |
const |
|
inlinenoexcept |
◆ text()
std::string_view opcua::LocalizedText::text |
( |
| ) |
const |
|
inlinenoexcept |
◆ Wrapper() [1/5]
◆ Wrapper() [2/5]
Copy constructor with native object.
Definition at line 151 of file wrapper.hpp.
◆ Wrapper() [3/5]
◆ Wrapper() [4/5]
Move constructor with native object.
Definition at line 159 of file wrapper.hpp.
◆ Wrapper() [5/5]
◆ operator!=()
◆ operator==()