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

#include <types_composed.hpp>

Inheritance diagram for opcua::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 1569 of file types_composed.hpp.

Public Member Functions

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

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 getTypeIndex ()
 
- 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::ElementOperand::ElementOperand ( uint32_t index)
inlineexplicit

Definition at line 1573 of file types_composed.hpp.

Member Function Documentation

◆ getIndex()

uint32_t opcua::ElementOperand::getIndex ( ) const
inlinenoexcept

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