open62541pp 0.15.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
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.
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 TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_ElementOperand &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (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_ElementOperand * | operator-> () noexcept |
constexpr const UA_ElementOperand * | operator-> () const noexcept |
constexpr UA_ElementOperand * | handle () noexcept |
constexpr const UA_ElementOperand * | handle () 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_ElementOperand & | native () const noexcept |
constexpr UA_ElementOperand & | native () noexcept |
|
inlineexplicit |
Definition at line 1573 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1577 of file types_composed.hpp.
|
constexprdefault |
|
inlineexplicitconstexpr |
Constructor with native object (deep copy).
Definition at line 30 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Constructor with native object (move rvalue).
Definition at line 34 of file typewrapper.hpp.
|
inlineconstexpr |
Copy constructor (deep copy).
Definition at line 42 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Move constructor.
Definition at line 46 of file typewrapper.hpp.