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

#include <types.hpp>

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

Detailed Description

Public Member Functions

 DeleteReferencesItem (NodeId sourceNodeId, NodeId referenceTypeId, bool isForward, ExpandedNodeId targetNodeId, bool deleteBidirectional)
 
const NodeIdsourceNodeId () const noexcept
 
const NodeIdgetSourceNodeId () const noexcept
 
NodeIdsourceNodeId () noexcept
 
NodeIdgetSourceNodeId () noexcept
 
const NodeIdreferenceTypeId () const noexcept
 
const NodeIdgetReferenceTypeId () const noexcept
 
NodeIdreferenceTypeId () noexcept
 
NodeIdgetReferenceTypeId () noexcept
 
bool isForward () const noexcept
 
bool getIsForward () const noexcept
 
const ExpandedNodeIdtargetNodeId () const noexcept
 
const ExpandedNodeIdgetTargetNodeId () const noexcept
 
ExpandedNodeIdtargetNodeId () noexcept
 
ExpandedNodeIdgetTargetNodeId () noexcept
 
bool deleteBidirectional () const noexcept
 
bool getDeleteBidirectional () const 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_DeleteReferencesItem, UA_TYPES_DELETEREFERENCESITEM >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_DeleteReferencesItem &native)
 
constexpr TypeWrapper (UA_DeleteReferencesItem &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_DeleteReferencesItem &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_DeleteReferencesItem &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_DeleteReferencesItem >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_DeleteReferencesItem &native) noexcept
 
constexpr Wrapper (UA_DeleteReferencesItem &&native) noexcept
 
constexpr Wrapperoperator= (const UA_DeleteReferencesItem &native) noexcept
 
constexpr Wrapperoperator= (UA_DeleteReferencesItem &&native) noexcept
 
constexpr operator UA_DeleteReferencesItem & () noexcept
 
constexpr operator const UA_DeleteReferencesItem & () const noexcept
 
constexpr UA_DeleteReferencesItemoperator-> () noexcept
 
constexpr const UA_DeleteReferencesItemoperator-> () const noexcept
 
constexpr UA_DeleteReferencesItemhandle () noexcept
 
constexpr const UA_DeleteReferencesItemhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_DeleteReferencesItem &native) noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ DeleteReferencesItem()

opcua::ua::DeleteReferencesItem::DeleteReferencesItem ( NodeId sourceNodeId,
NodeId referenceTypeId,
bool isForward,
ExpandedNodeId targetNodeId,
bool deleteBidirectional )
inline

Definition at line 934 of file types.hpp.

Member Function Documentation

◆ sourceNodeId() [1/2]

const NodeId & opcua::ua::DeleteReferencesItem::sourceNodeId ( ) const
inlinenoexcept

Definition at line 948 of file types.hpp.

◆ getSourceNodeId() [1/2]

const NodeId & opcua::ua::DeleteReferencesItem::getSourceNodeId ( ) const
inlinenoexcept
Deprecated
Use sourceNodeId instead

Definition at line 948 of file types.hpp.

◆ sourceNodeId() [2/2]

NodeId & opcua::ua::DeleteReferencesItem::sourceNodeId ( )
inlinenoexcept

Definition at line 948 of file types.hpp.

◆ getSourceNodeId() [2/2]

NodeId & opcua::ua::DeleteReferencesItem::getSourceNodeId ( )
inlinenoexcept
Deprecated
Use sourceNodeId instead

Definition at line 948 of file types.hpp.

◆ referenceTypeId() [1/2]

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

Definition at line 949 of file types.hpp.

◆ getReferenceTypeId() [1/2]

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

Definition at line 949 of file types.hpp.

◆ referenceTypeId() [2/2]

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

Definition at line 949 of file types.hpp.

◆ getReferenceTypeId() [2/2]

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

Definition at line 949 of file types.hpp.

◆ isForward()

bool opcua::ua::DeleteReferencesItem::isForward ( ) const
inlinenoexcept

Definition at line 950 of file types.hpp.

◆ getIsForward()

bool opcua::ua::DeleteReferencesItem::getIsForward ( ) const
inlinenoexcept
Deprecated
Use isForward instead

Definition at line 950 of file types.hpp.

◆ targetNodeId() [1/2]

const ExpandedNodeId & opcua::ua::DeleteReferencesItem::targetNodeId ( ) const
inlinenoexcept

Definition at line 951 of file types.hpp.

◆ getTargetNodeId() [1/2]

const ExpandedNodeId & opcua::ua::DeleteReferencesItem::getTargetNodeId ( ) const
inlinenoexcept
Deprecated
Use targetNodeId instead

Definition at line 951 of file types.hpp.

◆ targetNodeId() [2/2]

ExpandedNodeId & opcua::ua::DeleteReferencesItem::targetNodeId ( )
inlinenoexcept

Definition at line 951 of file types.hpp.

◆ getTargetNodeId() [2/2]

ExpandedNodeId & opcua::ua::DeleteReferencesItem::getTargetNodeId ( )
inlinenoexcept
Deprecated
Use targetNodeId instead

Definition at line 951 of file types.hpp.

◆ deleteBidirectional()

bool opcua::ua::DeleteReferencesItem::deleteBidirectional ( ) const
inlinenoexcept

Definition at line 952 of file types.hpp.

◆ getDeleteBidirectional()

bool opcua::ua::DeleteReferencesItem::getDeleteBidirectional ( ) const
inlinenoexcept
Deprecated
Use deleteBidirectional instead

Definition at line 952 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.