asNative(T *wrapper) noexcept | opcua::Wrapper< T, Handler > | related |
asNative(const T *wrapper) noexcept | opcua::Wrapper< T, Handler > | related |
asNative(T &wrapper) noexcept | opcua::Wrapper< T, Handler > | related |
asNative(const T &wrapper) noexcept | opcua::Wrapper< T, Handler > | related |
asWrapper(typename T::NativeType *native) noexcept | opcua::Wrapper< T, Handler > | related |
asWrapper(const typename T::NativeType *native) noexcept | opcua::Wrapper< T, Handler > | related |
asWrapper(typename T::NativeType &native) noexcept | opcua::Wrapper< T, Handler > | related |
asWrapper(const typename T::NativeType &native) noexcept | opcua::Wrapper< T, Handler > | related |
clear() noexcept | opcua::Wrapper< T, Handler > | inlineprotected |
description() const noexcept | opcua::ua::NodeAttributes | inline |
displayName() const noexcept | opcua::ua::NodeAttributes | inline |
handle() noexcept | opcua::Wrapper< T, Handler > | inline |
handle() const noexcept | opcua::Wrapper< T, Handler > | inline |
HandlerType typedef | opcua::Wrapper< T, Handler > | |
native() const noexcept | opcua::Wrapper< T, Handler > | inlineprotected |
native() noexcept | opcua::Wrapper< T, Handler > | inlineprotected |
NativeType typedef | opcua::Wrapper< T, Handler > | |
operator const T &() const noexcept | opcua::Wrapper< T, Handler > | inline |
operator T&() noexcept | opcua::Wrapper< T, Handler > | inline |
operator->() noexcept | opcua::Wrapper< T, Handler > | inline |
operator->() const noexcept | opcua::Wrapper< T, Handler > | inline |
operator=(const Wrapper &other) | opcua::Wrapper< T, Handler > | inline |
operator=(const T &native) | opcua::Wrapper< T, Handler > | inline |
operator=(Wrapper &&other) noexcept | opcua::Wrapper< T, Handler > | inline |
operator=(T &&native) noexcept | opcua::Wrapper< T, Handler > | inline |
setDescription(LocalizedText description) | opcua::ua::NodeAttributes | inline |
setDisplayName(LocalizedText displayName) | opcua::ua::NodeAttributes | inline |
setUserWriteMask(Bitmask< WriteMask > userWriteMask) noexcept | opcua::ua::NodeAttributes | inline |
setWriteMask(Bitmask< WriteMask > writeMask) noexcept | opcua::ua::NodeAttributes | inline |
specifiedAttributes() const noexcept | opcua::ua::NodeAttributes | inline |
swap(Wrapper &other) noexcept | opcua::Wrapper< T, Handler > | inline |
swap(T &native) noexcept | opcua::Wrapper< T, Handler > | inline |
userWriteMask() const noexcept | opcua::ua::NodeAttributes | inline |
Wrapper() noexcept=default | opcua::ua::NodeAttributes | |
Wrapper(const Wrapper &other) | opcua::ua::NodeAttributes | inline |
Wrapper(const T &native) | opcua::ua::NodeAttributes | inlineexplicit |
Wrapper(Wrapper &&other) noexcept | opcua::ua::NodeAttributes | inline |
Wrapper(T &&native) noexcept | opcua::ua::NodeAttributes | inline |
writeMask() const noexcept | opcua::ua::NodeAttributes | inline |
~Wrapper() noexcept=default | opcua::Wrapper< T, Handler > | |