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

#include <types.hpp>

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

Detailed Description

UA_ElementOperand wrapper class.

Reference a sub-element in the ContentFilter elements array by index. The index must be greater than the element index it is part of.

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

Definition at line 1705 of file types.hpp.

Public Member Functions

 ElementOperand (uint32_t index)
 
uint32_t index () const noexcept
 
uint32_t getIndex () const 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_ElementOperand, UA_TYPES_ELEMENTOPERAND >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_ElementOperand &native)
 
constexpr TypeWrapper (UA_ElementOperand &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ElementOperand &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ElementOperand &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_ElementOperand >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_ElementOperand &native) noexcept
 
constexpr Wrapper (UA_ElementOperand &&native) noexcept
 
constexpr Wrapperoperator= (const UA_ElementOperand &native) noexcept
 
constexpr Wrapperoperator= (UA_ElementOperand &&native) noexcept
 
constexpr operator UA_ElementOperand & () noexcept
 
constexpr operator const UA_ElementOperand & () const noexcept
 
constexpr UA_ElementOperandoperator-> () noexcept
 
constexpr const UA_ElementOperandoperator-> () const noexcept
 
constexpr UA_ElementOperandhandle () noexcept
 
constexpr const UA_ElementOperandhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_ElementOperand &native) noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ElementOperand()

opcua::ua::ElementOperand::ElementOperand ( uint32_t index)
inlineexplicit

Definition at line 1709 of file types.hpp.

Member Function Documentation

◆ index()

uint32_t opcua::ua::ElementOperand::index ( ) const
inlinenoexcept

Definition at line 1713 of file types.hpp.

◆ getIndex()

uint32_t opcua::ua::ElementOperand::getIndex ( ) const
inlinenoexcept
Deprecated
Use open62541pp instead

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