open62541pp 0.17.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_AddNodesResult wrapper class.
Public Member Functions | |
StatusCode | statusCode () const noexcept |
StatusCode | getStatusCode () const noexcept |
const NodeId & | addedNodeId () const noexcept |
const NodeId & | getAddedNodeId () const noexcept |
NodeId & | addedNodeId () noexcept |
NodeId & | getAddedNodeId () noexcept |
constexpr | TypeWrapper () noexcept=default |
constexpr | TypeWrapper (const T &native) |
constexpr | TypeWrapper (T &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
![]() | |
constexpr | TypeWrapper () noexcept=default |
constexpr | TypeWrapper (const UA_AddNodesResult &native) |
constexpr | TypeWrapper (UA_AddNodesResult &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_AddNodesResult &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_AddNodesResult &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const UA_AddNodesResult &native) noexcept |
constexpr | Wrapper (UA_AddNodesResult &&native) noexcept |
constexpr Wrapper & | operator= (const UA_AddNodesResult &native) noexcept |
constexpr Wrapper & | operator= (UA_AddNodesResult &&native) noexcept |
constexpr | operator UA_AddNodesResult & () noexcept |
constexpr | operator const UA_AddNodesResult & () const noexcept |
constexpr UA_AddNodesResult * | operator-> () noexcept |
constexpr const UA_AddNodesResult * | operator-> () const noexcept |
constexpr UA_AddNodesResult * | handle () noexcept |
constexpr const UA_AddNodesResult * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (UA_AddNodesResult &native) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType |
![]() | |
static constexpr TypeIndex | typeIndex () |
![]() | |
constexpr void | clear () noexcept |
![]() | |
constexpr const UA_AddNodesResult & | native () const noexcept |
constexpr UA_AddNodesResult & | native () noexcept |
![]() | |
constexpr WrapperType * | asWrapper (NativeType *native) noexcept |
constexpr const WrapperType * | asWrapper (const NativeType *native) noexcept |
constexpr WrapperType & | asWrapper (NativeType &native) noexcept |
constexpr const WrapperType & | asWrapper (const NativeType &native) noexcept |
constexpr NativeType * | asNative (WrapperType *wrapper) noexcept |
constexpr const NativeType * | asNative (const WrapperType *wrapper) noexcept |
constexpr NativeType & | asNative (WrapperType &wrapper) noexcept |
constexpr const NativeType & | asNative (const WrapperType &wrapper) noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
constexprdefaultnoexcept |
|
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.