open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ObjectAttributes Class Reference

#include <types_composed.hpp>

Inheritance diagram for opcua::ObjectAttributes:
[legend]

Detailed Description

Public Member Functions

 ObjectAttributes ()
 
Bitmask< NodeAttributesMaskgetSpecifiedAttributes () const noexcept
 
const LocalizedTextgetDisplayName () const noexcept
 
auto & setDisplayName (const LocalizedText &displayName)
 
const LocalizedTextgetDescription () const noexcept
 
auto & setDescription (const LocalizedText &description)
 
Bitmask< WriteMaskgetWriteMask () const noexcept
 
auto & setWriteMask (Bitmask< WriteMask > writeMask) noexcept
 
Bitmask< WriteMaskgetUserWriteMask () const noexcept
 
auto & setUserWriteMask (Bitmask< WriteMask > userWriteMask) noexcept
 
Bitmask< EventNotifiergetEventNotifier () const noexcept
 
auto & setEventNotifier (Bitmask< EventNotifier > eventNotifier) noexcept
 
constexpr TypeWrapper ()=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 ()=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
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_ObjectAttributes &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_ObjectAttributes >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_ObjectAttributes &native)
 
constexpr Wrapper (UA_ObjectAttributes &&native) noexcept
 
constexpr operator UA_ObjectAttributes & () noexcept
 
constexpr operator const UA_ObjectAttributes & () const noexcept
 
constexpr UA_ObjectAttributesoperator-> () noexcept
 
constexpr const UA_ObjectAttributesoperator-> () const noexcept
 
constexpr UA_ObjectAttributeshandle () noexcept
 
constexpr const UA_ObjectAttributeshandle () const noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ObjectAttributes()

opcua::ObjectAttributes::ObjectAttributes ( )
inline

Construct with default attribute definitions.

Definition at line 364 of file types_composed.hpp.

Member Function Documentation

◆ getSpecifiedAttributes()

Bitmask< NodeAttributesMask > opcua::ObjectAttributes::getSpecifiedAttributes ( ) const
inlinenoexcept

Definition at line 367 of file types_composed.hpp.

◆ getDisplayName()

const LocalizedText & opcua::ObjectAttributes::getDisplayName ( ) const
inlinenoexcept

Definition at line 367 of file types_composed.hpp.

◆ setDisplayName()

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

Definition at line 367 of file types_composed.hpp.

◆ getDescription()

const LocalizedText & opcua::ObjectAttributes::getDescription ( ) const
inlinenoexcept

Definition at line 367 of file types_composed.hpp.

◆ setDescription()

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

Definition at line 367 of file types_composed.hpp.

◆ getWriteMask()

Bitmask< WriteMask > opcua::ObjectAttributes::getWriteMask ( ) const
inlinenoexcept

Definition at line 367 of file types_composed.hpp.

◆ setWriteMask()

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

Definition at line 367 of file types_composed.hpp.

◆ getUserWriteMask()

Bitmask< WriteMask > opcua::ObjectAttributes::getUserWriteMask ( ) const
inlinenoexcept

Definition at line 367 of file types_composed.hpp.

◆ setUserWriteMask()

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

Definition at line 367 of file types_composed.hpp.

◆ getEventNotifier()

Bitmask< EventNotifier > opcua::ObjectAttributes::getEventNotifier ( ) const
inlinenoexcept

Definition at line 370 of file types_composed.hpp.

◆ setEventNotifier()

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

Definition at line 370 of file types_composed.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( )
constexprdefault

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, typeIndex >::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, typeIndex >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.