open62541pp 0.18.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_AddNodesItem wrapper class.
Public Member Functions | |
AddNodesItem (ExpandedNodeId parentNodeId, NodeId referenceTypeId, ExpandedNodeId requestedNewNodeId, QualifiedName browseName, NodeClass nodeClass, ExtensionObject nodeAttributes, ExpandedNodeId typeDefinition) | |
const ExpandedNodeId & | parentNodeId () const noexcept |
const ExpandedNodeId & | getParentNodeId () const noexcept |
ExpandedNodeId & | parentNodeId () noexcept |
ExpandedNodeId & | getParentNodeId () noexcept |
const NodeId & | referenceTypeId () const noexcept |
const NodeId & | getReferenceTypeId () const noexcept |
NodeId & | referenceTypeId () noexcept |
NodeId & | getReferenceTypeId () noexcept |
const ExpandedNodeId & | requestedNewNodeId () const noexcept |
const ExpandedNodeId & | getRequestedNewNodeId () const noexcept |
ExpandedNodeId & | requestedNewNodeId () noexcept |
ExpandedNodeId & | getRequestedNewNodeId () noexcept |
const QualifiedName & | browseName () const noexcept |
const QualifiedName & | getBrowseName () const noexcept |
QualifiedName & | browseName () noexcept |
QualifiedName & | getBrowseName () noexcept |
NodeClass | nodeClass () const noexcept |
NodeClass | getNodeClass () const noexcept |
const ExtensionObject & | nodeAttributes () const noexcept |
const ExtensionObject & | getNodeAttributes () const noexcept |
ExtensionObject & | nodeAttributes () noexcept |
ExtensionObject & | getNodeAttributes () noexcept |
const ExpandedNodeId & | typeDefinition () const noexcept |
const ExpandedNodeId & | getTypeDefinition () const noexcept |
ExpandedNodeId & | typeDefinition () noexcept |
ExpandedNodeId & | getTypeDefinition () 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_AddNodesItem &native) |
constexpr | TypeWrapper (UA_AddNodesItem &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_AddNodesItem &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_AddNodesItem &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const T &native) noexcept |
constexpr | Wrapper (T &&native) noexcept |
constexpr Wrapper & | operator= (const T &native) noexcept |
constexpr Wrapper & | operator= (T &&native) noexcept |
constexpr | operator T& () noexcept |
constexpr | operator const T & () const noexcept |
constexpr T * | operator-> () noexcept |
constexpr const T * | operator-> () const noexcept |
constexpr T * | handle () noexcept |
constexpr const T * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (T &native) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType = T |
![]() | |
static constexpr TypeIndex | typeIndex () |
![]() | |
constexpr void | clear () noexcept |
![]() | |
constexpr const T & | native () const noexcept |
constexpr T & | native () noexcept |
![]() | |
String | toString (const UA_AddNodesItem &object, const UA_DataType &type) |
String | toString (const UA_AddNodesItem &object) |
![]() | |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr WrapperType * | asWrapper (NativeType *native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const WrapperType * | asWrapper (const NativeType *native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr WrapperType & | asWrapper (NativeType &native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const WrapperType & | asWrapper (const NativeType &native) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr NativeType * | asNative (WrapperType *wrapper) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const NativeType * | asNative (const WrapperType *wrapper) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr NativeType & | asNative (WrapperType &wrapper) noexcept |
template<typename WrapperType , typename NativeType = typename WrapperType::NativeType> | |
constexpr const NativeType & | asNative (const WrapperType &wrapper) noexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
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.