accessLevel() const noexcept | opcua::ua::VariableAttributes | inline |
arrayDimensions() const noexcept | opcua::ua::VariableAttributes | inline |
arrayDimensions() noexcept | opcua::ua::VariableAttributes | inline |
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 |
dataType() const noexcept | opcua::ua::VariableAttributes | inline |
description() const noexcept | opcua::ua::VariableAttributes | inline |
displayName() const noexcept | opcua::ua::VariableAttributes | inline |
handle() noexcept | opcua::Wrapper< T, Handler > | inline |
handle() const noexcept | opcua::Wrapper< T, Handler > | inline |
HandlerType typedef | opcua::Wrapper< T, Handler > | |
historizing() const noexcept | opcua::ua::VariableAttributes | inline |
minimumSamplingInterval() const noexcept | opcua::ua::VariableAttributes | inline |
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 |
setAccessLevel(Bitmask< AccessLevel > accessLevel) noexcept | opcua::ua::VariableAttributes | inline |
setArrayDimensions(Span< const uint32_t > arrayDimensions) | opcua::ua::VariableAttributes | inline |
setDataType(NodeId dataType) | opcua::ua::VariableAttributes | inline |
setDataType() | opcua::ua::VariableAttributes | inline |
setDescription(LocalizedText description) | opcua::ua::VariableAttributes | inline |
setDisplayName(LocalizedText displayName) | opcua::ua::VariableAttributes | inline |
setHistorizing(bool historizing) noexcept | opcua::ua::VariableAttributes | inline |
setMinimumSamplingInterval(double minimumSamplingInterval) noexcept | opcua::ua::VariableAttributes | inline |
setUserAccessLevel(Bitmask< AccessLevel > userAccessLevel) noexcept | opcua::ua::VariableAttributes | inline |
setUserWriteMask(Bitmask< WriteMask > userWriteMask) noexcept | opcua::ua::VariableAttributes | inline |
setValue(Variant value) | opcua::ua::VariableAttributes | inline |
setValueArray(Args &&... args) | opcua::ua::VariableAttributes | inline |
setValueRank(ValueRank valueRank) noexcept | opcua::ua::VariableAttributes | inline |
setValueScalar(Args &&... args) | opcua::ua::VariableAttributes | inline |
setWriteMask(Bitmask< WriteMask > writeMask) noexcept | opcua::ua::VariableAttributes | inline |
specifiedAttributes() const noexcept | opcua::ua::VariableAttributes | inline |
swap(Wrapper &other) noexcept | opcua::Wrapper< T, Handler > | inline |
swap(T &native) noexcept | opcua::Wrapper< T, Handler > | inline |
userAccessLevel() const noexcept | opcua::ua::VariableAttributes | inline |
userWriteMask() const noexcept | opcua::ua::VariableAttributes | inline |
value() const noexcept | opcua::ua::VariableAttributes | inline |
valueRank() const noexcept | opcua::ua::VariableAttributes | inline |
VariableAttributes() | opcua::ua::VariableAttributes | inline |
Wrapper() noexcept=default | opcua::ua::VariableAttributes | |
Wrapper(const Wrapper &other) | opcua::ua::VariableAttributes | inline |
Wrapper(const T &native) | opcua::ua::VariableAttributes | inlineexplicit |
Wrapper(Wrapper &&other) noexcept | opcua::ua::VariableAttributes | inline |
Wrapper(T &&native) noexcept | opcua::ua::VariableAttributes | inline |
writeMask() const noexcept | opcua::ua::VariableAttributes | inline |
~Wrapper() noexcept=default | opcua::Wrapper< T, Handler > | |