asNative(WrapperType *wrapper) noexcept | opcua::Wrapper< T > | related |
asNative(const WrapperType *wrapper) noexcept | opcua::Wrapper< T > | related |
asNative(WrapperType &wrapper) noexcept | opcua::Wrapper< T > | related |
asNative(const WrapperType &wrapper) noexcept | opcua::Wrapper< T > | related |
asWrapper(NativeType *native) noexcept | opcua::Wrapper< T > | related |
asWrapper(const NativeType *native) noexcept | opcua::Wrapper< T > | related |
asWrapper(NativeType &native) noexcept | opcua::Wrapper< T > | related |
asWrapper(const NativeType &native) noexcept | opcua::Wrapper< T > | related |
clear() noexcept | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | inlineprotected |
get() const noexcept | opcua::String | inline |
handle() noexcept | opcua::Wrapper< T > | inline |
handle() const noexcept | opcua::Wrapper< T > | inline |
native() const noexcept | opcua::Wrapper< T > | inlineprotected |
native() noexcept | opcua::Wrapper< T > | inlineprotected |
NativeType typedef | opcua::Wrapper< T > | |
operator const T &() const noexcept | opcua::Wrapper< T > | inline |
operator std::basic_string_view< char, Traits >() const noexcept | opcua::String | inline |
operator T&() noexcept | opcua::Wrapper< T > | inline |
operator!=(const UA_String &lhs, const UA_String &rhs) noexcept | opcua::String | related |
operator!=(const String &lhs, const String &rhs) noexcept | opcua::String | related |
operator!=(const String &lhs, std::string_view rhs) noexcept | opcua::String | related |
operator!=(std::string_view lhs, const String &rhs) noexcept | opcua::String | related |
operator->() noexcept | opcua::Wrapper< T > | inline |
operator->() const noexcept | opcua::Wrapper< T > | inline |
operator<<(std::ostream &os, const String &str) | opcua::String | related |
operator=(const char *str) | opcua::String | inline |
operator=(std::basic_string_view< char, Traits > str) | opcua::String | inline |
TypeWrapper< UA_String, UA_TYPES_STRING >::operator=(const TypeWrapper &other) | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | inline |
TypeWrapper< UA_String, UA_TYPES_STRING >::operator=(const UA_String &native) | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | inline |
TypeWrapper< UA_String, UA_TYPES_STRING >::operator=(TypeWrapper &&other) noexcept | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | inline |
TypeWrapper< UA_String, UA_TYPES_STRING >::operator=(UA_String &&native) noexcept | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | inline |
opcua::Wrapper::operator=(const T &native) noexcept | opcua::Wrapper< T > | inline |
opcua::Wrapper::operator=(T &&native) noexcept | opcua::Wrapper< T > | inline |
operator==(const UA_String &lhs, const UA_String &rhs) noexcept | opcua::String | related |
operator==(const String &lhs, const String &rhs) noexcept | opcua::String | related |
operator==(const String &lhs, std::string_view rhs) noexcept | opcua::String | related |
operator==(std::string_view lhs, const String &rhs) noexcept | opcua::String | related |
String(std::string_view str) | opcua::String | inlineexplicit |
String(InputIt first, InputIt last) | opcua::String | inline |
String(std::initializer_list< char > values) | opcua::String | inline |
swap(Wrapper &other) noexcept | opcua::Wrapper< T > | inline |
swap(T &native) noexcept | opcua::Wrapper< T > | inline |
toString(const UA_String &object, const UA_DataType &type) | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | related |
toString(const UA_String &object) | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | related |
typeIndex() | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | inlinestatic |
TypeWrapper() noexcept=default | opcua::String | |
TypeWrapper(const T &native) | opcua::String | inlineexplicit |
TypeWrapper(T &&native) noexcept | opcua::String | inline |
TypeWrapper(const TypeWrapper &other) | opcua::String | inline |
TypeWrapper(TypeWrapper &&other) noexcept | opcua::String | inline |
TypeWrapper< UA_String, UA_TYPES_STRING >::TypeWrapper(const UA_String &native) | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | inlineexplicit |
TypeWrapper< UA_String, UA_TYPES_STRING >::TypeWrapper(UA_String &&native) noexcept | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | inline |
Wrapper() noexcept=default | opcua::Wrapper< T > | |
Wrapper(const T &native) noexcept | opcua::Wrapper< T > | inlineexplicit |
Wrapper(T &&native) noexcept | opcua::Wrapper< T > | inlineexplicit |
~TypeWrapper() | opcua::TypeWrapper< UA_String, UA_TYPES_STRING > | inline |