open62541pp 0.15.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
UA_SetTriggeringRequest wrapper class.
Definition at line 2070 of file types_composed.hpp.
Public Member Functions | |
SetTriggeringRequest (RequestHeader requestHeader, uint32_t subscriptionId, uint32_t triggeringItemId, Span< const uint32_t > linksToAdd, Span< const uint32_t > linksToRemove) | |
const RequestHeader & | getRequestHeader () const noexcept |
RequestHeader & | getRequestHeader () noexcept |
uint32_t | getSubscriptionId () const noexcept |
uint32_t | getTriggeringItemId () const noexcept |
Span< const uint32_t > | getLinksToAdd () const noexcept |
Span< uint32_t > | getLinksToAdd () noexcept |
Span< const uint32_t > | getLinksToRemove () const noexcept |
Span< uint32_t > | getLinksToRemove () 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_SetTriggeringRequest, UA_TYPES_SETTRIGGERINGREQUEST > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_SetTriggeringRequest &native) |
constexpr | TypeWrapper (UA_SetTriggeringRequest &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_SetTriggeringRequest &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_SetTriggeringRequest &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_SetTriggeringRequest &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_SetTriggeringRequest > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_SetTriggeringRequest &native) |
constexpr | Wrapper (UA_SetTriggeringRequest &&native) noexcept |
constexpr | operator UA_SetTriggeringRequest & () noexcept |
constexpr | operator const UA_SetTriggeringRequest & () const noexcept |
constexpr UA_SetTriggeringRequest * | operator-> () noexcept |
constexpr const UA_SetTriggeringRequest * | operator-> () const noexcept |
constexpr UA_SetTriggeringRequest * | handle () noexcept |
constexpr const UA_SetTriggeringRequest * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_SetTriggeringRequest > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_SetTriggeringRequest, UA_TYPES_SETTRIGGERINGREQUEST > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_SetTriggeringRequest, UA_TYPES_SETTRIGGERINGREQUEST > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_SetTriggeringRequest > | |
constexpr const UA_SetTriggeringRequest & | native () const noexcept |
constexpr UA_SetTriggeringRequest & | native () noexcept |
|
inline |
Definition at line 2075 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 2091 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 2091 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 2092 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 2093 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 2094 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 2094 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 2095 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 2095 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.