open62541pp 0.16.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
UA_CallResponse wrapper class.
Definition at line 1553 of file types_composed.hpp.
Public Member Functions | |
const ResponseHeader & | getResponseHeader () const noexcept |
ResponseHeader & | getResponseHeader () noexcept |
Span< const CallMethodResult > | getResults () const noexcept |
Span< CallMethodResult > | getResults () noexcept |
Span< const DiagnosticInfo > | getDiagnosticInfos () const noexcept |
Span< DiagnosticInfo > | getDiagnosticInfos () 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_CallResponse, UA_TYPES_CALLRESPONSE > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_CallResponse &native) |
constexpr | TypeWrapper (UA_CallResponse &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_CallResponse &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_CallResponse &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_CallResponse &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_CallResponse > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_CallResponse &native) |
constexpr | Wrapper (UA_CallResponse &&native) noexcept |
constexpr | operator UA_CallResponse & () noexcept |
constexpr | operator const UA_CallResponse & () const noexcept |
constexpr UA_CallResponse * | operator-> () noexcept |
constexpr const UA_CallResponse * | operator-> () const noexcept |
constexpr UA_CallResponse * | handle () noexcept |
constexpr const UA_CallResponse * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_CallResponse > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_CallResponse, UA_TYPES_CALLRESPONSE > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_CallResponse, UA_TYPES_CALLRESPONSE > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_CallResponse > | |
constexpr const UA_CallResponse & | native () const noexcept |
constexpr UA_CallResponse & | native () noexcept |
|
inlinenoexcept |
Definition at line 1557 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1557 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1558 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1558 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1561 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1561 of file types_composed.hpp.
|
constexprdefault |
|
inlineexplicitconstexpr |
Constructor with native object (deep copy).
Definition at line 31 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Constructor with native object (move rvalue).
Definition at line 35 of file typewrapper.hpp.
|
inlineconstexpr |
Copy constructor (deep copy).
Definition at line 43 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Move constructor.
Definition at line 47 of file typewrapper.hpp.