open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ua::ViewAttributes Class Reference

#include <types.hpp>

Inheritance diagram for opcua::ua::ViewAttributes:
[legend]

Detailed Description

Public Member Functions

 ViewAttributes ()
 
Bitmask< NodeAttributesMaskspecifiedAttributes () const noexcept
 
Bitmask< NodeAttributesMaskgetSpecifiedAttributes () const noexcept
 
const LocalizedTextdisplayName () const noexcept
 
const LocalizedTextgetDisplayName () const noexcept
 
auto & setDisplayName (const LocalizedText &displayName)
 
const LocalizedTextdescription () const noexcept
 
const LocalizedTextgetDescription () const noexcept
 
auto & setDescription (const LocalizedText &description)
 
Bitmask< WriteMaskwriteMask () const noexcept
 
Bitmask< WriteMaskgetWriteMask () const noexcept
 
auto & setWriteMask (Bitmask< WriteMask > writeMask) noexcept
 
Bitmask< WriteMaskuserWriteMask () const noexcept
 
Bitmask< WriteMaskgetUserWriteMask () const noexcept
 
auto & setUserWriteMask (Bitmask< WriteMask > userWriteMask) noexcept
 
bool containsNoLoops () const noexcept
 
bool getIsAbstract () const noexcept
 
auto & setIsAbstract (bool containsNoLoops) noexcept
 
Bitmask< EventNotifiereventNotifier () const noexcept
 
Bitmask< EventNotifiergetEventNotifier () 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
 
- Public Member Functions inherited from opcua::TypeWrapper< UA_ViewAttributes, UA_TYPES_VIEWATTRIBUTES >
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 TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ViewAttributes &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ViewAttributes &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_ViewAttributes >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_ViewAttributes &native) noexcept
 
constexpr Wrapper (UA_ViewAttributes &&native) noexcept
 
constexpr Wrapperoperator= (const UA_ViewAttributes &native) noexcept
 
constexpr Wrapperoperator= (UA_ViewAttributes &&native) noexcept
 
constexpr operator UA_ViewAttributes & () noexcept
 
constexpr operator const UA_ViewAttributes & () const noexcept
 
constexpr UA_ViewAttributesoperator-> () noexcept
 
constexpr const UA_ViewAttributesoperator-> () const noexcept
 
constexpr UA_ViewAttributeshandle () noexcept
 
constexpr const UA_ViewAttributeshandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_ViewAttributes &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_ViewAttributes >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_ViewAttributes, UA_TYPES_VIEWATTRIBUTES >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ViewAttributes, UA_TYPES_VIEWATTRIBUTES >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_ViewAttributes >
constexpr const UA_ViewAttributesnative () const noexcept
 
constexpr UA_ViewAttributesnative () noexcept
 

Constructor & Destructor Documentation

◆ ViewAttributes()

opcua::ua::ViewAttributes::ViewAttributes ( )
inline

Construct with default attribute definitions.

Definition at line 623 of file types.hpp.

Member Function Documentation

◆ specifiedAttributes()

Bitmask< NodeAttributesMask > opcua::ua::ViewAttributes::specifiedAttributes ( ) const
inlinenoexcept

Definition at line 626 of file types.hpp.

◆ getSpecifiedAttributes()

Bitmask< NodeAttributesMask > opcua::ua::ViewAttributes::getSpecifiedAttributes ( ) const
inlinenoexcept
Deprecated
Use specifiedAttributes instead

Definition at line 626 of file types.hpp.

◆ displayName()

const LocalizedText & opcua::ua::ViewAttributes::displayName ( ) const
inlinenoexcept

Definition at line 626 of file types.hpp.

◆ getDisplayName()

const LocalizedText & opcua::ua::ViewAttributes::getDisplayName ( ) const
inlinenoexcept
Deprecated
Use displayName instead

Definition at line 626 of file types.hpp.

◆ setDisplayName()

auto & opcua::ua::ViewAttributes::setDisplayName ( const LocalizedText & displayName)
inline

Definition at line 626 of file types.hpp.

◆ description()

const LocalizedText & opcua::ua::ViewAttributes::description ( ) const
inlinenoexcept

Definition at line 626 of file types.hpp.

◆ getDescription()

const LocalizedText & opcua::ua::ViewAttributes::getDescription ( ) const
inlinenoexcept
Deprecated
Use description instead

Definition at line 626 of file types.hpp.

◆ setDescription()

auto & opcua::ua::ViewAttributes::setDescription ( const LocalizedText & description)
inline

Definition at line 626 of file types.hpp.

◆ writeMask()

Bitmask< WriteMask > opcua::ua::ViewAttributes::writeMask ( ) const
inlinenoexcept

Definition at line 626 of file types.hpp.

◆ getWriteMask()

Bitmask< WriteMask > opcua::ua::ViewAttributes::getWriteMask ( ) const
inlinenoexcept
Deprecated
Use writeMask instead

Definition at line 626 of file types.hpp.

◆ setWriteMask()

auto & opcua::ua::ViewAttributes::setWriteMask ( Bitmask< WriteMask > writeMask)
inlinenoexcept

Definition at line 626 of file types.hpp.

◆ userWriteMask()

Bitmask< WriteMask > opcua::ua::ViewAttributes::userWriteMask ( ) const
inlinenoexcept

Definition at line 626 of file types.hpp.

◆ getUserWriteMask()

Bitmask< WriteMask > opcua::ua::ViewAttributes::getUserWriteMask ( ) const
inlinenoexcept
Deprecated
Use userWriteMask instead

Definition at line 626 of file types.hpp.

◆ setUserWriteMask()

auto & opcua::ua::ViewAttributes::setUserWriteMask ( Bitmask< WriteMask > userWriteMask)
inlinenoexcept

Definition at line 626 of file types.hpp.

◆ containsNoLoops()

bool opcua::ua::ViewAttributes::containsNoLoops ( ) const
inlinenoexcept

Definition at line 627 of file types.hpp.

◆ getIsAbstract()

bool opcua::ua::ViewAttributes::getIsAbstract ( ) const
inlinenoexcept
Deprecated
Use containsNoLoops instead

Definition at line 627 of file types.hpp.

◆ setIsAbstract()

auto & opcua::ua::ViewAttributes::setIsAbstract ( bool containsNoLoops)
inlinenoexcept

Definition at line 627 of file types.hpp.

◆ eventNotifier()

Bitmask< EventNotifier > opcua::ua::ViewAttributes::eventNotifier ( ) const
inlinenoexcept

Definition at line 630 of file types.hpp.

◆ getEventNotifier()

Bitmask< EventNotifier > opcua::ua::ViewAttributes::getEventNotifier ( ) const
inlinenoexcept
Deprecated
Use eventNotifier instead

Definition at line 630 of file types.hpp.

◆ setEventNotifier()

auto & opcua::ua::ViewAttributes::setEventNotifier ( Bitmask< EventNotifier > eventNotifier)
inlinenoexcept

Definition at line 630 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const T & native)
inlineexplicitconstexpr

Constructor with native object (deep copy).

Definition at line 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.