open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ua::AddNodesItem Class Reference

#include <types.hpp>

Inheritance diagram for opcua::ua::AddNodesItem:
[legend]

Detailed Description

Public Member Functions

 AddNodesItem (ExpandedNodeId parentNodeId, NodeId referenceTypeId, ExpandedNodeId requestedNewNodeId, QualifiedName browseName, NodeClass nodeClass, ExtensionObject nodeAttributes, ExpandedNodeId typeDefinition)
 
const ExpandedNodeIdparentNodeId () const noexcept
 
const ExpandedNodeIdgetParentNodeId () const noexcept
 
ExpandedNodeIdparentNodeId () noexcept
 
ExpandedNodeIdgetParentNodeId () noexcept
 
const NodeIdreferenceTypeId () const noexcept
 
const NodeIdgetReferenceTypeId () const noexcept
 
NodeIdreferenceTypeId () noexcept
 
NodeIdgetReferenceTypeId () noexcept
 
const ExpandedNodeIdrequestedNewNodeId () const noexcept
 
const ExpandedNodeIdgetRequestedNewNodeId () const noexcept
 
ExpandedNodeIdrequestedNewNodeId () noexcept
 
ExpandedNodeIdgetRequestedNewNodeId () noexcept
 
const QualifiedNamebrowseName () const noexcept
 
const QualifiedNamegetBrowseName () const noexcept
 
QualifiedNamebrowseName () noexcept
 
QualifiedNamegetBrowseName () noexcept
 
NodeClass nodeClass () const noexcept
 
NodeClass getNodeClass () const noexcept
 
const ExtensionObjectnodeAttributes () const noexcept
 
const ExtensionObjectgetNodeAttributes () const noexcept
 
ExtensionObjectnodeAttributes () noexcept
 
ExtensionObjectgetNodeAttributes () noexcept
 
const ExpandedNodeIdtypeDefinition () const noexcept
 
const ExpandedNodeIdgetTypeDefinition () const noexcept
 
ExpandedNodeIdtypeDefinition () noexcept
 
ExpandedNodeIdgetTypeDefinition () 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
 
- Public Member Functions inherited from opcua::TypeWrapper< UA_AddNodesItem, UA_TYPES_ADDNODESITEM >
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 TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_AddNodesItem &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_AddNodesItem &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_AddNodesItem >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_AddNodesItem &native) noexcept
 
constexpr Wrapper (UA_AddNodesItem &&native) noexcept
 
constexpr Wrapperoperator= (const UA_AddNodesItem &native) noexcept
 
constexpr Wrapperoperator= (UA_AddNodesItem &&native) noexcept
 
constexpr operator UA_AddNodesItem & () noexcept
 
constexpr operator const UA_AddNodesItem & () const noexcept
 
constexpr UA_AddNodesItemoperator-> () noexcept
 
constexpr const UA_AddNodesItemoperator-> () const noexcept
 
constexpr UA_AddNodesItemhandle () noexcept
 
constexpr const UA_AddNodesItemhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_AddNodesItem &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_AddNodesItem >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_AddNodesItem, UA_TYPES_ADDNODESITEM >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_AddNodesItem, UA_TYPES_ADDNODESITEM >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_AddNodesItem >
constexpr const UA_AddNodesItemnative () const noexcept
 
constexpr UA_AddNodesItemnative () noexcept
 

Constructor & Destructor Documentation

◆ AddNodesItem()

opcua::ua::AddNodesItem::AddNodesItem ( ExpandedNodeId parentNodeId,
NodeId referenceTypeId,
ExpandedNodeId requestedNewNodeId,
QualifiedName browseName,
NodeClass nodeClass,
ExtensionObject nodeAttributes,
ExpandedNodeId typeDefinition )
inline

Definition at line 731 of file types.hpp.

Member Function Documentation

◆ parentNodeId() [1/2]

const ExpandedNodeId & opcua::ua::AddNodesItem::parentNodeId ( ) const
inlinenoexcept

Definition at line 749 of file types.hpp.

◆ getParentNodeId() [1/2]

const ExpandedNodeId & opcua::ua::AddNodesItem::getParentNodeId ( ) const
inlinenoexcept
Deprecated
Use parentNodeId instead

Definition at line 749 of file types.hpp.

◆ parentNodeId() [2/2]

ExpandedNodeId & opcua::ua::AddNodesItem::parentNodeId ( )
inlinenoexcept

Definition at line 749 of file types.hpp.

◆ getParentNodeId() [2/2]

ExpandedNodeId & opcua::ua::AddNodesItem::getParentNodeId ( )
inlinenoexcept
Deprecated
Use parentNodeId instead

Definition at line 749 of file types.hpp.

◆ referenceTypeId() [1/2]

const NodeId & opcua::ua::AddNodesItem::referenceTypeId ( ) const
inlinenoexcept

Definition at line 750 of file types.hpp.

◆ getReferenceTypeId() [1/2]

const NodeId & opcua::ua::AddNodesItem::getReferenceTypeId ( ) const
inlinenoexcept
Deprecated
Use referenceTypeId instead

Definition at line 750 of file types.hpp.

◆ referenceTypeId() [2/2]

NodeId & opcua::ua::AddNodesItem::referenceTypeId ( )
inlinenoexcept

Definition at line 750 of file types.hpp.

◆ getReferenceTypeId() [2/2]

NodeId & opcua::ua::AddNodesItem::getReferenceTypeId ( )
inlinenoexcept
Deprecated
Use referenceTypeId instead

Definition at line 750 of file types.hpp.

◆ requestedNewNodeId() [1/2]

const ExpandedNodeId & opcua::ua::AddNodesItem::requestedNewNodeId ( ) const
inlinenoexcept

Definition at line 751 of file types.hpp.

◆ getRequestedNewNodeId() [1/2]

const ExpandedNodeId & opcua::ua::AddNodesItem::getRequestedNewNodeId ( ) const
inlinenoexcept
Deprecated
Use requestedNewNodeId instead

Definition at line 751 of file types.hpp.

◆ requestedNewNodeId() [2/2]

ExpandedNodeId & opcua::ua::AddNodesItem::requestedNewNodeId ( )
inlinenoexcept

Definition at line 751 of file types.hpp.

◆ getRequestedNewNodeId() [2/2]

ExpandedNodeId & opcua::ua::AddNodesItem::getRequestedNewNodeId ( )
inlinenoexcept
Deprecated
Use requestedNewNodeId instead

Definition at line 751 of file types.hpp.

◆ browseName() [1/2]

const QualifiedName & opcua::ua::AddNodesItem::browseName ( ) const
inlinenoexcept

Definition at line 752 of file types.hpp.

◆ getBrowseName() [1/2]

const QualifiedName & opcua::ua::AddNodesItem::getBrowseName ( ) const
inlinenoexcept
Deprecated
Use browseName instead

Definition at line 752 of file types.hpp.

◆ browseName() [2/2]

QualifiedName & opcua::ua::AddNodesItem::browseName ( )
inlinenoexcept

Definition at line 752 of file types.hpp.

◆ getBrowseName() [2/2]

QualifiedName & opcua::ua::AddNodesItem::getBrowseName ( )
inlinenoexcept
Deprecated
Use browseName instead

Definition at line 752 of file types.hpp.

◆ nodeClass()

NodeClass opcua::ua::AddNodesItem::nodeClass ( ) const
inlinenoexcept

Definition at line 753 of file types.hpp.

◆ getNodeClass()

NodeClass opcua::ua::AddNodesItem::getNodeClass ( ) const
inlinenoexcept
Deprecated
Use nodeClass instead

Definition at line 753 of file types.hpp.

◆ nodeAttributes() [1/2]

const ExtensionObject & opcua::ua::AddNodesItem::nodeAttributes ( ) const
inlinenoexcept

Definition at line 754 of file types.hpp.

◆ getNodeAttributes() [1/2]

const ExtensionObject & opcua::ua::AddNodesItem::getNodeAttributes ( ) const
inlinenoexcept
Deprecated
Use nodeAttributes instead

Definition at line 754 of file types.hpp.

◆ nodeAttributes() [2/2]

ExtensionObject & opcua::ua::AddNodesItem::nodeAttributes ( )
inlinenoexcept

Definition at line 754 of file types.hpp.

◆ getNodeAttributes() [2/2]

ExtensionObject & opcua::ua::AddNodesItem::getNodeAttributes ( )
inlinenoexcept
Deprecated
Use nodeAttributes instead

Definition at line 754 of file types.hpp.

◆ typeDefinition() [1/2]

const ExpandedNodeId & opcua::ua::AddNodesItem::typeDefinition ( ) const
inlinenoexcept

Definition at line 755 of file types.hpp.

◆ getTypeDefinition() [1/2]

const ExpandedNodeId & opcua::ua::AddNodesItem::getTypeDefinition ( ) const
inlinenoexcept
Deprecated
Use typeDefinition instead

Definition at line 755 of file types.hpp.

◆ typeDefinition() [2/2]

ExpandedNodeId & opcua::ua::AddNodesItem::typeDefinition ( )
inlinenoexcept

Definition at line 755 of file types.hpp.

◆ getTypeDefinition() [2/2]

ExpandedNodeId & opcua::ua::AddNodesItem::getTypeDefinition ( )
inlinenoexcept
Deprecated
Use typeDefinition instead

Definition at line 755 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const T & native)
inlineexplicitconstexpr

Constructor with native object (deep copy).

Definition at line 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.