#include <types.hpp>
|
using | NativeType = T |
|
using | HandlerType = Handler |
|
constexpr const T & | native () const noexcept |
|
constexpr T & | native () noexcept |
|
constexpr void | clear () noexcept |
|
template<typename T > |
constexpr T * | asWrapper (typename T::NativeType *native) noexcept |
|
template<typename T > |
constexpr const T * | asWrapper (const typename T::NativeType *native) noexcept |
|
template<typename T > |
constexpr T & | asWrapper (typename T::NativeType &native) noexcept |
|
template<typename T > |
constexpr const T & | asWrapper (const typename T::NativeType &native) noexcept |
|
template<typename T > |
constexpr T::NativeType * | asNative (T *wrapper) noexcept |
|
template<typename T > |
constexpr const T::NativeType * | asNative (const T *wrapper) noexcept |
|
template<typename T > |
constexpr T::NativeType & | asNative (T &wrapper) noexcept |
|
template<typename T > |
constexpr const T::NativeType & | asNative (const T &wrapper) noexcept |
|
◆ ViewAttributes()
opcua::ua::ViewAttributes::ViewAttributes |
( |
| ) |
|
|
inline |
Construct with default attribute definitions.
Definition at line 610 of file types.hpp.
◆ containsNoLoops()
bool opcua::ua::ViewAttributes::containsNoLoops |
( |
| ) |
const |
|
inlinenoexcept |
◆ description()
const LocalizedText & opcua::ua::ViewAttributes::description |
( |
| ) |
const |
|
inlinenoexcept |
◆ displayName()
const LocalizedText & opcua::ua::ViewAttributes::displayName |
( |
| ) |
const |
|
inlinenoexcept |
◆ eventNotifier()
◆ setDescription()
auto & opcua::ua::ViewAttributes::setDescription |
( |
LocalizedText |
description | ) |
|
|
inline |
◆ setDisplayName()
auto & opcua::ua::ViewAttributes::setDisplayName |
( |
LocalizedText |
displayName | ) |
|
|
inline |
◆ setEventNotifier()
◆ setIsAbstract()
auto & opcua::ua::ViewAttributes::setIsAbstract |
( |
bool |
containsNoLoops | ) |
|
|
inlinenoexcept |
◆ setUserWriteMask()
auto & opcua::ua::ViewAttributes::setUserWriteMask |
( |
Bitmask< WriteMask > |
userWriteMask | ) |
|
|
inlinenoexcept |
◆ setWriteMask()
auto & opcua::ua::ViewAttributes::setWriteMask |
( |
Bitmask< WriteMask > |
writeMask | ) |
|
|
inlinenoexcept |
◆ specifiedAttributes()
◆ userWriteMask()
◆ Wrapper() [1/5]
◆ Wrapper() [2/5]
Copy constructor with native object.
Definition at line 151 of file wrapper.hpp.
◆ Wrapper() [3/5]
◆ Wrapper() [4/5]
Move constructor with native object.
Definition at line 159 of file wrapper.hpp.
◆ Wrapper() [5/5]
◆ writeMask()