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

#include <types.hpp>

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

Detailed Description

UA_DeleteReferencesItem wrapper class.

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

Definition at line 961 of file types.hpp.

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< 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_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< T >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 

Constructor & Destructor Documentation

◆ DeleteReferencesItem()

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

Definition at line 966 of file types.hpp.

Member Function Documentation

◆ sourceNodeId() [1/2]

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

Definition at line 980 of file types.hpp.

◆ getSourceNodeId() [1/2]

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

Definition at line 980 of file types.hpp.

◆ sourceNodeId() [2/2]

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

Definition at line 980 of file types.hpp.

◆ getSourceNodeId() [2/2]

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

Definition at line 980 of file types.hpp.

◆ referenceTypeId() [1/2]

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

Definition at line 981 of file types.hpp.

◆ getReferenceTypeId() [1/2]

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

Definition at line 981 of file types.hpp.

◆ referenceTypeId() [2/2]

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

Definition at line 981 of file types.hpp.

◆ getReferenceTypeId() [2/2]

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

Definition at line 981 of file types.hpp.

◆ isForward()

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

Definition at line 982 of file types.hpp.

◆ getIsForward()

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

Definition at line 982 of file types.hpp.

◆ targetNodeId() [1/2]

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

Definition at line 983 of file types.hpp.

◆ getTargetNodeId() [1/2]

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

Definition at line 983 of file types.hpp.

◆ targetNodeId() [2/2]

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

Definition at line 983 of file types.hpp.

◆ getTargetNodeId() [2/2]

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

Definition at line 983 of file types.hpp.

◆ deleteBidirectional()

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

Definition at line 984 of file types.hpp.

◆ getDeleteBidirectional()

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

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