accessLevel() const noexcept | opcua::ua::VariableAttributes | inline |
arrayDimensions() const noexcept | opcua::ua::VariableAttributes | inline |
arrayDimensions() noexcept | opcua::ua::VariableAttributes | inline |
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_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | inlineprotected |
dataType() const noexcept | opcua::ua::VariableAttributes | inline |
description() const noexcept | opcua::ua::VariableAttributes | inline |
displayName() const noexcept | opcua::ua::VariableAttributes | inline |
getAccessLevel() const noexcept | opcua::ua::VariableAttributes | inline |
getArrayDimensions() const noexcept | opcua::ua::VariableAttributes | inline |
getArrayDimensions() noexcept | opcua::ua::VariableAttributes | inline |
getDataType() const noexcept | opcua::ua::VariableAttributes | inline |
getDescription() const noexcept | opcua::ua::VariableAttributes | inline |
getDisplayName() const noexcept | opcua::ua::VariableAttributes | inline |
getHistorizing() const noexcept | opcua::ua::VariableAttributes | inline |
getMinimumSamplingInterval() const noexcept | opcua::ua::VariableAttributes | inline |
getSpecifiedAttributes() const noexcept | opcua::ua::VariableAttributes | inline |
getUserAccessLevel() const noexcept | opcua::ua::VariableAttributes | inline |
getUserWriteMask() const noexcept | opcua::ua::VariableAttributes | inline |
getValue() const noexcept | opcua::ua::VariableAttributes | inline |
getValueRank() const noexcept | opcua::ua::VariableAttributes | inline |
getWriteMask() const noexcept | opcua::ua::VariableAttributes | inline |
handle() noexcept | opcua::Wrapper< T > | inline |
handle() const noexcept | opcua::Wrapper< T > | inline |
historizing() const noexcept | opcua::ua::VariableAttributes | inline |
minimumSamplingInterval() const noexcept | opcua::ua::VariableAttributes | 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 T&() noexcept | opcua::Wrapper< T > | inline |
operator->() noexcept | opcua::Wrapper< T > | inline |
operator->() const noexcept | opcua::Wrapper< T > | inline |
operator=(const TypeWrapper &other) | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | inline |
operator=(const UA_VariableAttributes &native) | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | inline |
operator=(TypeWrapper &&other) noexcept | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | inline |
operator=(UA_VariableAttributes &&native) noexcept | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | inline |
opcua::Wrapper::operator=(const T &native) noexcept | opcua::Wrapper< T > | inline |
opcua::Wrapper::operator=(T &&native) noexcept | opcua::Wrapper< T > | 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 > | inline |
swap(T &native) noexcept | opcua::Wrapper< T > | inline |
toString(const UA_VariableAttributes &object, const UA_DataType &type) | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | related |
toString(const UA_VariableAttributes &object) | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | related |
typeIndex() | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | inlinestatic |
TypeWrapper() noexcept=default | opcua::ua::VariableAttributes | |
TypeWrapper(const T &native) | opcua::ua::VariableAttributes | inlineexplicit |
TypeWrapper(T &&native) noexcept | opcua::ua::VariableAttributes | inline |
TypeWrapper(const TypeWrapper &other) | opcua::ua::VariableAttributes | inline |
TypeWrapper(TypeWrapper &&other) noexcept | opcua::ua::VariableAttributes | inline |
TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES >::TypeWrapper(const UA_VariableAttributes &native) | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | inlineexplicit |
TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES >::TypeWrapper(UA_VariableAttributes &&native) noexcept | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | 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::Wrapper< T > | |
Wrapper(const T &native) noexcept | opcua::Wrapper< T > | inlineexplicit |
Wrapper(T &&native) noexcept | opcua::Wrapper< T > | inlineexplicit |
writeMask() const noexcept | opcua::ua::VariableAttributes | inline |
~TypeWrapper() | opcua::TypeWrapper< UA_VariableAttributes, UA_TYPES_VARIABLEATTRIBUTES > | inline |