open62541pp 0.15.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
UA_CallRequest wrapper class.
Definition at line 1501 of file types_composed.hpp.
Public Member Functions | |
CallRequest (RequestHeader requestHeader, Span< const CallMethodRequest > methodsToCall) | |
const RequestHeader & | getRequestHeader () const noexcept |
RequestHeader & | getRequestHeader () noexcept |
Span< const CallMethodRequest > | getMethodsToCall () const noexcept |
Span< CallMethodRequest > | getMethodsToCall () 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_CallRequest, UA_TYPES_CALLREQUEST > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_CallRequest &native) |
constexpr | TypeWrapper (UA_CallRequest &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_CallRequest &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_CallRequest &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_CallRequest &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_CallRequest > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_CallRequest &native) |
constexpr | Wrapper (UA_CallRequest &&native) noexcept |
constexpr | operator UA_CallRequest & () noexcept |
constexpr | operator const UA_CallRequest & () const noexcept |
constexpr UA_CallRequest * | operator-> () noexcept |
constexpr const UA_CallRequest * | operator-> () const noexcept |
constexpr UA_CallRequest * | handle () noexcept |
constexpr const UA_CallRequest * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_CallRequest > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_CallRequest, UA_TYPES_CALLREQUEST > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_CallRequest, UA_TYPES_CALLREQUEST > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_CallRequest > | |
constexpr const UA_CallRequest & | native () const noexcept |
constexpr UA_CallRequest & | native () noexcept |
|
inline |
Definition at line 1505 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1511 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1511 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1512 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 1512 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.