open62541pp 0.18.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opcua::ua::AddNodesItem Class Reference

#include <types.hpp>

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

Detailed Description

UA_AddNodesItem wrapper class.

See also
https://reference.opcfoundation.org/Core/Part4/v105/docs/5.7.2

Definition at line 759 of file types.hpp.

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< T >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const T &native) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
constexpr Wrapperoperator= (const T &native) noexcept
 
constexpr Wrapperoperator= (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

- Public Types inherited from opcua::Wrapper< T >
using NativeType = T
 
- 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< T >
constexpr const T & native () const noexcept
 
constexpr T & native () 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 763 of file types.hpp.

Member Function Documentation

◆ parentNodeId() [1/2]

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

Definition at line 781 of file types.hpp.

◆ getParentNodeId() [1/2]

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

Definition at line 781 of file types.hpp.

◆ parentNodeId() [2/2]

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

Definition at line 781 of file types.hpp.

◆ getParentNodeId() [2/2]

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

Definition at line 781 of file types.hpp.

◆ referenceTypeId() [1/2]

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

Definition at line 782 of file types.hpp.

◆ getReferenceTypeId() [1/2]

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

Definition at line 782 of file types.hpp.

◆ referenceTypeId() [2/2]

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

Definition at line 782 of file types.hpp.

◆ getReferenceTypeId() [2/2]

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

Definition at line 782 of file types.hpp.

◆ requestedNewNodeId() [1/2]

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

Definition at line 783 of file types.hpp.

◆ getRequestedNewNodeId() [1/2]

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

Definition at line 783 of file types.hpp.

◆ requestedNewNodeId() [2/2]

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

Definition at line 783 of file types.hpp.

◆ getRequestedNewNodeId() [2/2]

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

Definition at line 783 of file types.hpp.

◆ browseName() [1/2]

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

Definition at line 784 of file types.hpp.

◆ getBrowseName() [1/2]

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

Definition at line 784 of file types.hpp.

◆ browseName() [2/2]

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

Definition at line 784 of file types.hpp.

◆ getBrowseName() [2/2]

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

Definition at line 784 of file types.hpp.

◆ nodeClass()

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

Definition at line 785 of file types.hpp.

◆ getNodeClass()

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

Definition at line 785 of file types.hpp.

◆ nodeAttributes() [1/2]

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

Definition at line 786 of file types.hpp.

◆ getNodeAttributes() [1/2]

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

Definition at line 786 of file types.hpp.

◆ nodeAttributes() [2/2]

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

Definition at line 786 of file types.hpp.

◆ getNodeAttributes() [2/2]

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

Definition at line 786 of file types.hpp.

◆ typeDefinition() [1/2]

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

Definition at line 787 of file types.hpp.

◆ getTypeDefinition() [1/2]

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

Definition at line 787 of file types.hpp.

◆ typeDefinition() [2/2]

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

Definition at line 787 of file types.hpp.

◆ getTypeDefinition() [2/2]

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

Definition at line 787 of file types.hpp.

◆ TypeWrapper() [1/5]

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

◆ TypeWrapper() [2/5]

constexpr 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]

constexpr 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]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.