open62541pp 0.16.0
C++ wrapper of open62541
|
#include <types_composed.hpp>
UA_DeleteNodesItem wrapper class.
Definition at line 818 of file types_composed.hpp.
Public Member Functions | |
DeleteNodesItem (NodeId nodeId, bool deleteTargetReferences) | |
const NodeId & | getNodeId () const noexcept |
NodeId & | getNodeId () noexcept |
bool | getDeleteTargetReferences () const 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_DeleteNodesItem, UA_TYPES_DELETENODESITEM > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_DeleteNodesItem &native) |
constexpr | TypeWrapper (UA_DeleteNodesItem &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_DeleteNodesItem &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_DeleteNodesItem &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_DeleteNodesItem &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_DeleteNodesItem > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_DeleteNodesItem &native) |
constexpr | Wrapper (UA_DeleteNodesItem &&native) noexcept |
constexpr | operator UA_DeleteNodesItem & () noexcept |
constexpr | operator const UA_DeleteNodesItem & () const noexcept |
constexpr UA_DeleteNodesItem * | operator-> () noexcept |
constexpr const UA_DeleteNodesItem * | operator-> () const noexcept |
constexpr UA_DeleteNodesItem * | handle () noexcept |
constexpr const UA_DeleteNodesItem * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_DeleteNodesItem > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_DeleteNodesItem, UA_TYPES_DELETENODESITEM > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_DeleteNodesItem, UA_TYPES_DELETENODESITEM > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_DeleteNodesItem > | |
constexpr const UA_DeleteNodesItem & | native () const noexcept |
constexpr UA_DeleteNodesItem & | native () noexcept |
|
inline |
Definition at line 822 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 827 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 827 of file types_composed.hpp.
|
inlinenoexcept |
Definition at line 828 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.