open62541pp 0.15.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
UA_ReadResponse wrapper class.
Definition at line 1355 of file types_composed.hpp.
Public Member Functions | |
const ResponseHeader & | getResponseHeader () const noexcept |
ResponseHeader & | getResponseHeader () noexcept |
Span< const DataValue > | getResults () const noexcept |
Span< DataValue > | 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_ReadResponse, UA_TYPES_READRESPONSE > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_ReadResponse &native) |
constexpr | TypeWrapper (UA_ReadResponse &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_ReadResponse &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_ReadResponse &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_ReadResponse &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_ReadResponse > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_ReadResponse &native) |
constexpr | Wrapper (UA_ReadResponse &&native) noexcept |
constexpr | operator UA_ReadResponse & () noexcept |
constexpr | operator const UA_ReadResponse & () const noexcept |
constexpr UA_ReadResponse * | operator-> () noexcept |
constexpr const UA_ReadResponse * | operator-> () const noexcept |
constexpr UA_ReadResponse * | handle () noexcept |
constexpr const UA_ReadResponse * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_ReadResponse > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_ReadResponse, UA_TYPES_READRESPONSE > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_ReadResponse, UA_TYPES_READRESPONSE > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_ReadResponse > | |
constexpr const UA_ReadResponse & | native () const noexcept |
constexpr UA_ReadResponse & | native () noexcept |
|
inlinenoexcept |
Definition at line 1359 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1359 of file types_composed.hpp.
Definition at line 1360 of file types_composed.hpp.
Definition at line 1360 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1363 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1363 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.