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

#include <types_composed.hpp>

Inheritance diagram for opcua::AddNodesItem:
[legend]

Detailed Description

Public Member Functions

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

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 getTypeIndex ()
 
- 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::AddNodesItem::AddNodesItem ( ExpandedNodeId parentNodeId,
NodeId referenceTypeId,
ExpandedNodeId requestedNewNodeId,
QualifiedName browseName,
NodeClass nodeClass,
ExtensionObject nodeAttributes,
ExpandedNodeId typeDefinition )
inline

Definition at line 669 of file types_composed.hpp.

Member Function Documentation

◆ getParentNodeId() [1/2]

const ExpandedNodeId & opcua::AddNodesItem::getParentNodeId ( ) const
inlinenoexcept

Definition at line 687 of file types_composed.hpp.

◆ getParentNodeId() [2/2]

ExpandedNodeId & opcua::AddNodesItem::getParentNodeId ( )
inlinenoexcept

Definition at line 687 of file types_composed.hpp.

◆ getReferenceTypeId() [1/2]

const NodeId & opcua::AddNodesItem::getReferenceTypeId ( ) const
inlinenoexcept

Definition at line 688 of file types_composed.hpp.

◆ getReferenceTypeId() [2/2]

NodeId & opcua::AddNodesItem::getReferenceTypeId ( )
inlinenoexcept

Definition at line 688 of file types_composed.hpp.

◆ getRequestedNewNodeId() [1/2]

const ExpandedNodeId & opcua::AddNodesItem::getRequestedNewNodeId ( ) const
inlinenoexcept

Definition at line 689 of file types_composed.hpp.

◆ getRequestedNewNodeId() [2/2]

ExpandedNodeId & opcua::AddNodesItem::getRequestedNewNodeId ( )
inlinenoexcept

Definition at line 689 of file types_composed.hpp.

◆ getBrowseName() [1/2]

const QualifiedName & opcua::AddNodesItem::getBrowseName ( ) const
inlinenoexcept

Definition at line 690 of file types_composed.hpp.

◆ getBrowseName() [2/2]

QualifiedName & opcua::AddNodesItem::getBrowseName ( )
inlinenoexcept

Definition at line 690 of file types_composed.hpp.

◆ getNodeClass()

NodeClass opcua::AddNodesItem::getNodeClass ( ) const
inlinenoexcept

Definition at line 691 of file types_composed.hpp.

◆ getNodeAttributes() [1/2]

const ExtensionObject & opcua::AddNodesItem::getNodeAttributes ( ) const
inlinenoexcept

Definition at line 692 of file types_composed.hpp.

◆ getNodeAttributes() [2/2]

ExtensionObject & opcua::AddNodesItem::getNodeAttributes ( )
inlinenoexcept

Definition at line 692 of file types_composed.hpp.

◆ getTypeDefinition() [1/2]

const ExpandedNodeId & opcua::AddNodesItem::getTypeDefinition ( ) const
inlinenoexcept

Definition at line 693 of file types_composed.hpp.

◆ getTypeDefinition() [2/2]

ExpandedNodeId & opcua::AddNodesItem::getTypeDefinition ( )
inlinenoexcept

Definition at line 693 of file types_composed.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( )
constexprdefault

◆ TypeWrapper() [2/5]

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

Constructor with native object (deep copy).

Definition at line 30 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

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

Constructor with native object (move rvalue).

Definition at line 34 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 42 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 46 of file typewrapper.hpp.