open62541pp 0.18.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opcua::ua::ObjectAttributes Class Reference

#include <types.hpp>

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

Detailed Description

UA_ObjectAttributes wrapper class.

See also
https://reference.opcfoundation.org/Core/Part4/v105/docs/7.24.2

Definition at line 451 of file types.hpp.

Public Member Functions

 ObjectAttributes ()
 
Bitmask< NodeAttributesMaskspecifiedAttributes () const noexcept
 
Bitmask< NodeAttributesMaskgetSpecifiedAttributes () const noexcept
 
const LocalizedTextdisplayName () const noexcept
 
const LocalizedTextgetDisplayName () const noexcept
 
auto & setDisplayName (LocalizedText displayName)
 
const LocalizedTextdescription () const noexcept
 
const LocalizedTextgetDescription () const noexcept
 
auto & setDescription (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
 
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_ObjectAttributes, UA_TYPES_OBJECTATTRIBUTES >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_ObjectAttributes &native)
 
constexpr TypeWrapper (UA_ObjectAttributes &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ObjectAttributes &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ObjectAttributes &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const T &native) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
constexpr Wrapperoperator= (const T &native) noexcept
 
constexpr Wrapperoperator= (T &&native) noexcept
 
constexpr operator T& () noexcept
 
constexpr operator const T & () const noexcept
 
constexpr T * operator-> () noexcept
 
constexpr const T * operator-> () const noexcept
 
constexpr T * handle () noexcept
 
constexpr const T * handle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (T &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< T >
using NativeType = T
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_ObjectAttributes, UA_TYPES_OBJECTATTRIBUTES >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ObjectAttributes, UA_TYPES_OBJECTATTRIBUTES >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< T >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 

Constructor & Destructor Documentation

◆ ObjectAttributes()

opcua::ua::ObjectAttributes::ObjectAttributes ( )
inline

Construct with default attribute definitions.

Definition at line 456 of file types.hpp.

Member Function Documentation

◆ specifiedAttributes()

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

Definition at line 459 of file types.hpp.

◆ getSpecifiedAttributes()

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

Definition at line 459 of file types.hpp.

◆ displayName()

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

Definition at line 459 of file types.hpp.

◆ getDisplayName()

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

Definition at line 459 of file types.hpp.

◆ setDisplayName()

auto & opcua::ua::ObjectAttributes::setDisplayName ( LocalizedText  displayName)
inline
Examples
server_instantiation.cpp.

Definition at line 459 of file types.hpp.

◆ description()

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

Definition at line 459 of file types.hpp.

◆ getDescription()

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

Definition at line 459 of file types.hpp.

◆ setDescription()

auto & opcua::ua::ObjectAttributes::setDescription ( LocalizedText  description)
inline

Definition at line 459 of file types.hpp.

◆ writeMask()

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

Definition at line 459 of file types.hpp.

◆ getWriteMask()

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

Definition at line 459 of file types.hpp.

◆ setWriteMask()

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

Definition at line 459 of file types.hpp.

◆ userWriteMask()

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

Definition at line 459 of file types.hpp.

◆ getUserWriteMask()

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

Definition at line 459 of file types.hpp.

◆ setUserWriteMask()

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

Definition at line 459 of file types.hpp.

◆ eventNotifier()

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

Definition at line 462 of file types.hpp.

◆ getEventNotifier()

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

Definition at line 462 of file types.hpp.

◆ setEventNotifier()

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

Definition at line 462 of file types.hpp.

◆ TypeWrapper() [1/5]

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

◆ TypeWrapper() [2/5]

constexpr 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]

constexpr 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]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.