open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::NodeAttributes Class Reference

#include <types_composed.hpp>

Inheritance diagram for opcua::NodeAttributes:
[legend]

Detailed Description

Public Member Functions

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
 
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_NodeAttributes, UA_TYPES_NODEATTRIBUTES >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_NodeAttributes &native)
 
constexpr TypeWrapper (UA_NodeAttributes &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_NodeAttributes &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_NodeAttributes &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_NodeAttributes &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_NodeAttributes >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_NodeAttributes &native)
 
constexpr Wrapper (UA_NodeAttributes &&native) noexcept
 
constexpr operator UA_NodeAttributes & () noexcept
 
constexpr operator const UA_NodeAttributes & () const noexcept
 
constexpr UA_NodeAttributesoperator-> () noexcept
 
constexpr const UA_NodeAttributesoperator-> () const noexcept
 
constexpr UA_NodeAttributeshandle () noexcept
 
constexpr const UA_NodeAttributeshandle () const noexcept
 

Additional Inherited Members

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

Member Function Documentation

◆ getSpecifiedAttributes()

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

Definition at line 350 of file types_composed.hpp.

◆ getDisplayName()

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

Definition at line 350 of file types_composed.hpp.

◆ setDisplayName()

auto & opcua::NodeAttributes::setDisplayName ( const LocalizedText & displayName)
inline

Definition at line 350 of file types_composed.hpp.

◆ getDescription()

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

Definition at line 350 of file types_composed.hpp.

◆ setDescription()

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

Definition at line 350 of file types_composed.hpp.

◆ getWriteMask()

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

Definition at line 350 of file types_composed.hpp.

◆ setWriteMask()

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

Definition at line 350 of file types_composed.hpp.

◆ getUserWriteMask()

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

Definition at line 350 of file types_composed.hpp.

◆ setUserWriteMask()

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

Definition at line 350 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 30 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

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

Constructor with native object (move rvalue).

Definition at line 34 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 42 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 46 of file typewrapper.hpp.