|
| ViewAttributes () |
|
Bitmask< NodeAttributesMask > | specifiedAttributes () const noexcept |
|
Bitmask< NodeAttributesMask > | getSpecifiedAttributes () const noexcept |
|
const LocalizedText & | displayName () const noexcept |
|
const LocalizedText & | getDisplayName () const noexcept |
|
auto & | setDisplayName (const LocalizedText &displayName) |
|
const LocalizedText & | description () const noexcept |
|
const LocalizedText & | getDescription () const noexcept |
|
auto & | setDescription (const LocalizedText &description) |
|
Bitmask< WriteMask > | writeMask () const noexcept |
|
Bitmask< WriteMask > | getWriteMask () const noexcept |
|
auto & | setWriteMask (Bitmask< WriteMask > writeMask) noexcept |
|
Bitmask< WriteMask > | userWriteMask () const noexcept |
|
Bitmask< WriteMask > | getUserWriteMask () const noexcept |
|
auto & | setUserWriteMask (Bitmask< WriteMask > userWriteMask) noexcept |
|
bool | containsNoLoops () const noexcept |
|
bool | getIsAbstract () const noexcept |
|
auto & | setIsAbstract (bool containsNoLoops) noexcept |
|
Bitmask< EventNotifier > | eventNotifier () const noexcept |
|
Bitmask< EventNotifier > | getEventNotifier () const noexcept |
|
auto & | setEventNotifier (Bitmask< EventNotifier > eventNotifier) noexcept |
|
constexpr | TypeWrapper () noexcept=default |
|
constexpr | TypeWrapper (const T &native) |
|
constexpr | TypeWrapper (T &&native) noexcept |
|
constexpr | TypeWrapper (const TypeWrapper &other) |
|
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
|
constexpr | TypeWrapper () noexcept=default |
|
constexpr | TypeWrapper (const UA_ViewAttributes &native) |
|
constexpr | TypeWrapper (UA_ViewAttributes &&native) noexcept |
|
constexpr | TypeWrapper (const TypeWrapper &other) |
|
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
|
| ~TypeWrapper () |
|
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
|
constexpr TypeWrapper & | operator= (const UA_ViewAttributes &native) |
|
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
|
constexpr TypeWrapper & | operator= (UA_ViewAttributes &&native) noexcept |
|
constexpr | Wrapper () noexcept=default |
|
constexpr | Wrapper (const UA_ViewAttributes &native) noexcept |
|
constexpr | Wrapper (UA_ViewAttributes &&native) noexcept |
|
constexpr Wrapper & | operator= (const UA_ViewAttributes &native) noexcept |
|
constexpr Wrapper & | operator= (UA_ViewAttributes &&native) noexcept |
|
constexpr | operator UA_ViewAttributes & () noexcept |
|
constexpr | operator const UA_ViewAttributes & () const noexcept |
|
constexpr UA_ViewAttributes * | operator-> () noexcept |
|
constexpr const UA_ViewAttributes * | operator-> () const noexcept |
|
constexpr UA_ViewAttributes * | handle () noexcept |
|
constexpr const UA_ViewAttributes * | handle () const noexcept |
|
constexpr void | swap (Wrapper &other) noexcept |
|
constexpr void | swap (UA_ViewAttributes &native) noexcept |
|