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

#include <types_composed.hpp>

Inheritance diagram for opcua::ReferenceTypeAttributes:
[legend]

Detailed Description

Public Member Functions

 ReferenceTypeAttributes ()
 
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
 
bool getIsAbstract () const noexcept
 
auto & setIsAbstract (bool isAbstract) noexcept
 
bool getSymmetric () const noexcept
 
auto & setSymmetric (bool symmetric) noexcept
 
const LocalizedTextgetInverseName () const noexcept
 
auto & setInverseName (const LocalizedText &inverseName)
 
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_ReferenceTypeAttributes, UA_TYPES_REFERENCETYPEATTRIBUTES >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_ReferenceTypeAttributes &native)
 
constexpr TypeWrapper (UA_ReferenceTypeAttributes &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ReferenceTypeAttributes &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ReferenceTypeAttributes &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_ReferenceTypeAttributes &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_ReferenceTypeAttributes >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_ReferenceTypeAttributes &native)
 
constexpr Wrapper (UA_ReferenceTypeAttributes &&native) noexcept
 
constexpr operator UA_ReferenceTypeAttributes & () noexcept
 
constexpr operator const UA_ReferenceTypeAttributes & () const noexcept
 
constexpr UA_ReferenceTypeAttributesoperator-> () noexcept
 
constexpr const UA_ReferenceTypeAttributesoperator-> () const noexcept
 
constexpr UA_ReferenceTypeAttributeshandle () noexcept
 
constexpr const UA_ReferenceTypeAttributeshandle () const noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ReferenceTypeAttributes()

opcua::ReferenceTypeAttributes::ReferenceTypeAttributes ( )
inline

Construct with default attribute definitions.

Definition at line 527 of file types_composed.hpp.

Member Function Documentation

◆ getSpecifiedAttributes()

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

Definition at line 530 of file types_composed.hpp.

◆ getDisplayName()

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

Definition at line 530 of file types_composed.hpp.

◆ setDisplayName()

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

Definition at line 530 of file types_composed.hpp.

◆ getDescription()

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

Definition at line 530 of file types_composed.hpp.

◆ setDescription()

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

Definition at line 530 of file types_composed.hpp.

◆ getWriteMask()

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

Definition at line 530 of file types_composed.hpp.

◆ setWriteMask()

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

Definition at line 530 of file types_composed.hpp.

◆ getUserWriteMask()

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

Definition at line 530 of file types_composed.hpp.

◆ setUserWriteMask()

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

Definition at line 530 of file types_composed.hpp.

◆ getIsAbstract()

bool opcua::ReferenceTypeAttributes::getIsAbstract ( ) const
inlinenoexcept

Definition at line 531 of file types_composed.hpp.

◆ setIsAbstract()

auto & opcua::ReferenceTypeAttributes::setIsAbstract ( bool isAbstract)
inlinenoexcept

Definition at line 531 of file types_composed.hpp.

◆ getSymmetric()

bool opcua::ReferenceTypeAttributes::getSymmetric ( ) const
inlinenoexcept

Definition at line 532 of file types_composed.hpp.

◆ setSymmetric()

auto & opcua::ReferenceTypeAttributes::setSymmetric ( bool symmetric)
inlinenoexcept

Definition at line 532 of file types_composed.hpp.

◆ getInverseName()

const LocalizedText & opcua::ReferenceTypeAttributes::getInverseName ( ) const
inlinenoexcept

Definition at line 535 of file types_composed.hpp.

◆ setInverseName()

auto & opcua::ReferenceTypeAttributes::setInverseName ( const LocalizedText & inverseName)
inline

Definition at line 535 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.