asNative(WrapperType *wrapper) noexcept | opcua::Wrapper< UA_ByteString > | related |
asNative(const WrapperType *wrapper) noexcept | opcua::Wrapper< UA_ByteString > | related |
asNative(WrapperType &wrapper) noexcept | opcua::Wrapper< UA_ByteString > | related |
asNative(const WrapperType &wrapper) noexcept | opcua::Wrapper< UA_ByteString > | related |
asWrapper(NativeType *native) noexcept | opcua::Wrapper< UA_ByteString > | related |
asWrapper(const NativeType *native) noexcept | opcua::Wrapper< UA_ByteString > | related |
asWrapper(NativeType &native) noexcept | opcua::Wrapper< UA_ByteString > | related |
asWrapper(const NativeType &native) noexcept | opcua::Wrapper< UA_ByteString > | related |
ByteString(std::string_view str) | opcua::ByteString | inlineexplicit |
ByteString(const char *str) | opcua::ByteString | inlineexplicit |
ByteString(Span< const uint8_t > bytes) | opcua::ByteString | inlineexplicit |
ByteString(InputIt first, InputIt last) | opcua::ByteString | inline |
clear() noexcept | opcua::TypeWrapper< UA_ByteString, UA_TYPES_BYTESTRING > | inlineprotected |
fromBase64(std::string_view encoded) | opcua::ByteString | static |
get() const noexcept | opcua::ByteString | inline |
handle() noexcept | opcua::Wrapper< UA_ByteString > | inline |
handle() const noexcept | opcua::Wrapper< UA_ByteString > | inline |
native() const noexcept | opcua::Wrapper< UA_ByteString > | inlineprotected |
native() noexcept | opcua::Wrapper< UA_ByteString > | inlineprotected |
NativeType typedef | opcua::Wrapper< UA_ByteString > | |
operator const UA_ByteString &() const noexcept | opcua::Wrapper< UA_ByteString > | inline |
operator std::basic_string_view< char, Traits >() const noexcept | opcua::ByteString | inlineexplicit |
operator UA_ByteString &() noexcept | opcua::Wrapper< UA_ByteString > | inline |
operator!=(const ByteString &lhs, std::string_view rhs) noexcept | opcua::ByteString | related |
operator!=(std::string_view lhs, const ByteString &rhs) noexcept | opcua::ByteString | related |
operator->() noexcept | opcua::Wrapper< UA_ByteString > | inline |
operator->() const noexcept | opcua::Wrapper< UA_ByteString > | inline |
operator=(const TypeWrapper &other) | opcua::TypeWrapper< UA_ByteString, UA_TYPES_BYTESTRING > | inline |
operator=(const UA_ByteString &native) | opcua::TypeWrapper< UA_ByteString, UA_TYPES_BYTESTRING > | inline |
operator=(TypeWrapper &&other) noexcept | opcua::TypeWrapper< UA_ByteString, UA_TYPES_BYTESTRING > | inline |
operator=(UA_ByteString &&native) noexcept | opcua::TypeWrapper< UA_ByteString, UA_TYPES_BYTESTRING > | inline |
operator==(const ByteString &lhs, std::string_view rhs) noexcept | opcua::ByteString | related |
operator==(std::string_view lhs, const ByteString &rhs) noexcept | opcua::ByteString | related |
swap(Wrapper &other) noexcept | opcua::Wrapper< UA_ByteString > | inline |
swap(UA_ByteString &native) noexcept | opcua::Wrapper< UA_ByteString > | inline |
toBase64() const | opcua::ByteString | |
typeIndex() | opcua::TypeWrapper< UA_ByteString, UA_TYPES_BYTESTRING > | inlinestatic |
TypeWrapper() noexcept=default | opcua::ByteString | |
TypeWrapper(const T &native) | opcua::ByteString | inlineexplicit |
TypeWrapper(T &&native) noexcept | opcua::ByteString | inline |
TypeWrapper(const TypeWrapper &other) | opcua::ByteString | inline |
TypeWrapper(TypeWrapper &&other) noexcept | opcua::ByteString | inline |
opcua::TypeWrapper< UA_ByteString, UA_TYPES_BYTESTRING >::TypeWrapper(const UA_ByteString &native) | opcua::TypeWrapper< UA_ByteString, UA_TYPES_BYTESTRING > | inlineexplicit |
Wrapper() noexcept=default | opcua::Wrapper< UA_ByteString > | |
Wrapper(const UA_ByteString &native) noexcept | opcua::Wrapper< UA_ByteString > | inlineexplicit |
Wrapper(UA_ByteString &&native) noexcept | opcua::Wrapper< UA_ByteString > | inlineexplicit |
~TypeWrapper() | opcua::TypeWrapper< UA_ByteString, UA_TYPES_BYTESTRING > | inline |