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

#include <types.hpp>

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

Detailed Description

Public Member Functions

 SimpleAttributeOperand (NodeId typeDefinitionId, Span< const QualifiedName > browsePath, AttributeId attributeId, std::string_view indexRange={})
 
const NodeIdtypeDefinitionId () const noexcept
 
const NodeIdgetTypeDefinitionId () const noexcept
 
NodeIdtypeDefinitionId () noexcept
 
NodeIdgetTypeDefinitionId () noexcept
 
Span< const QualifiedNamebrowsePath () const noexcept
 
Span< QualifiedNamebrowsePath () noexcept
 
Span< const QualifiedNamegetBrowsePath () const noexcept
 
Span< QualifiedNamegetBrowsePath () noexcept
 
AttributeId attributeId () const noexcept
 
AttributeId getAttributeId () const noexcept
 
const StringindexRange () const noexcept
 
const StringgetIndexRange () const noexcept
 
StringindexRange () noexcept
 
StringgetIndexRange () 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_SimpleAttributeOperand, UA_TYPES_SIMPLEATTRIBUTEOPERAND >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_SimpleAttributeOperand &native)
 
constexpr TypeWrapper (UA_SimpleAttributeOperand &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_SimpleAttributeOperand &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_SimpleAttributeOperand &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_SimpleAttributeOperand >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_SimpleAttributeOperand &native) noexcept
 
constexpr Wrapper (UA_SimpleAttributeOperand &&native) noexcept
 
constexpr Wrapperoperator= (const UA_SimpleAttributeOperand &native) noexcept
 
constexpr Wrapperoperator= (UA_SimpleAttributeOperand &&native) noexcept
 
constexpr operator UA_SimpleAttributeOperand & () noexcept
 
constexpr operator const UA_SimpleAttributeOperand & () const noexcept
 
constexpr UA_SimpleAttributeOperandoperator-> () noexcept
 
constexpr const UA_SimpleAttributeOperandoperator-> () const noexcept
 
constexpr UA_SimpleAttributeOperandhandle () noexcept
 
constexpr const UA_SimpleAttributeOperandhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_SimpleAttributeOperand &native) noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ SimpleAttributeOperand()

opcua::ua::SimpleAttributeOperand::SimpleAttributeOperand ( NodeId typeDefinitionId,
Span< const QualifiedName > browsePath,
AttributeId attributeId,
std::string_view indexRange = {} )
inline

Definition at line 1778 of file types.hpp.

Member Function Documentation

◆ typeDefinitionId() [1/2]

const NodeId & opcua::ua::SimpleAttributeOperand::typeDefinitionId ( ) const
inlinenoexcept

Definition at line 1791 of file types.hpp.

◆ getTypeDefinitionId() [1/2]

const NodeId & opcua::ua::SimpleAttributeOperand::getTypeDefinitionId ( ) const
inlinenoexcept
Deprecated
Use typeDefinitionId instead

Definition at line 1791 of file types.hpp.

◆ typeDefinitionId() [2/2]

NodeId & opcua::ua::SimpleAttributeOperand::typeDefinitionId ( )
inlinenoexcept

Definition at line 1791 of file types.hpp.

◆ getTypeDefinitionId() [2/2]

NodeId & opcua::ua::SimpleAttributeOperand::getTypeDefinitionId ( )
inlinenoexcept
Deprecated
Use typeDefinitionId instead

Definition at line 1791 of file types.hpp.

◆ browsePath() [1/2]

Span< const QualifiedName > opcua::ua::SimpleAttributeOperand::browsePath ( ) const
inlinenoexcept

Definition at line 1792 of file types.hpp.

◆ browsePath() [2/2]

Span< QualifiedName > opcua::ua::SimpleAttributeOperand::browsePath ( )
inlinenoexcept

Definition at line 1792 of file types.hpp.

◆ getBrowsePath() [1/2]

Span< const QualifiedName > opcua::ua::SimpleAttributeOperand::getBrowsePath ( ) const
inlinenoexcept
Deprecated
Use browsePath instead

Definition at line 1792 of file types.hpp.

◆ getBrowsePath() [2/2]

Span< QualifiedName > opcua::ua::SimpleAttributeOperand::getBrowsePath ( )
inlinenoexcept
Deprecated
Use browsePath instead

Definition at line 1792 of file types.hpp.

◆ attributeId()

AttributeId opcua::ua::SimpleAttributeOperand::attributeId ( ) const
inlinenoexcept

Definition at line 1793 of file types.hpp.

◆ getAttributeId()

AttributeId opcua::ua::SimpleAttributeOperand::getAttributeId ( ) const
inlinenoexcept
Deprecated
Use attributeId instead

Definition at line 1793 of file types.hpp.

◆ indexRange() [1/2]

const String & opcua::ua::SimpleAttributeOperand::indexRange ( ) const
inlinenoexcept

Definition at line 1794 of file types.hpp.

◆ getIndexRange() [1/2]

const String & opcua::ua::SimpleAttributeOperand::getIndexRange ( ) const
inlinenoexcept
Deprecated
Use indexRange instead

Definition at line 1794 of file types.hpp.

◆ indexRange() [2/2]

String & opcua::ua::SimpleAttributeOperand::indexRange ( )
inlinenoexcept

Definition at line 1794 of file types.hpp.

◆ getIndexRange() [2/2]

String & opcua::ua::SimpleAttributeOperand::getIndexRange ( )
inlinenoexcept
Deprecated
Use indexRange instead

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