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

#include <types.hpp>

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

Detailed Description

Public Member Functions

 AddReferencesItem (NodeId sourceNodeId, NodeId referenceTypeId, bool isForward, std::string_view targetServerUri, ExpandedNodeId targetNodeId, NodeClass targetNodeClass)
 
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 StringtargetServerUri () const noexcept
 
const StringgetTargetServerUri () const noexcept
 
StringtargetServerUri () noexcept
 
StringgetTargetServerUri () noexcept
 
const ExpandedNodeIdtargetNodeId () const noexcept
 
const ExpandedNodeIdgetTargetNodeId () const noexcept
 
ExpandedNodeIdtargetNodeId () noexcept
 
ExpandedNodeIdgetTargetNodeId () noexcept
 
NodeClass targetNodeClass () const noexcept
 
NodeClass getTargetNodeClass () 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_AddReferencesItem, UA_TYPES_ADDREFERENCESITEM >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_AddReferencesItem &native)
 
constexpr TypeWrapper (UA_AddReferencesItem &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_AddReferencesItem &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_AddReferencesItem &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_AddReferencesItem >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_AddReferencesItem &native) noexcept
 
constexpr Wrapper (UA_AddReferencesItem &&native) noexcept
 
constexpr Wrapperoperator= (const UA_AddReferencesItem &native) noexcept
 
constexpr Wrapperoperator= (UA_AddReferencesItem &&native) noexcept
 
constexpr operator UA_AddReferencesItem & () noexcept
 
constexpr operator const UA_AddReferencesItem & () const noexcept
 
constexpr UA_AddReferencesItemoperator-> () noexcept
 
constexpr const UA_AddReferencesItemoperator-> () const noexcept
 
constexpr UA_AddReferencesItemhandle () noexcept
 
constexpr const UA_AddReferencesItemhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_AddReferencesItem &native) noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ AddReferencesItem()

opcua::ua::AddReferencesItem::AddReferencesItem ( NodeId sourceNodeId,
NodeId referenceTypeId,
bool isForward,
std::string_view targetServerUri,
ExpandedNodeId targetNodeId,
NodeClass targetNodeClass )
inline

Definition at line 811 of file types.hpp.

Member Function Documentation

◆ sourceNodeId() [1/2]

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

Definition at line 827 of file types.hpp.

◆ getSourceNodeId() [1/2]

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

Definition at line 827 of file types.hpp.

◆ sourceNodeId() [2/2]

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

Definition at line 827 of file types.hpp.

◆ getSourceNodeId() [2/2]

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

Definition at line 827 of file types.hpp.

◆ referenceTypeId() [1/2]

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

Definition at line 828 of file types.hpp.

◆ getReferenceTypeId() [1/2]

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

Definition at line 828 of file types.hpp.

◆ referenceTypeId() [2/2]

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

Definition at line 828 of file types.hpp.

◆ getReferenceTypeId() [2/2]

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

Definition at line 828 of file types.hpp.

◆ isForward()

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

Definition at line 829 of file types.hpp.

◆ getIsForward()

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

Definition at line 829 of file types.hpp.

◆ targetServerUri() [1/2]

const String & opcua::ua::AddReferencesItem::targetServerUri ( ) const
inlinenoexcept

Definition at line 830 of file types.hpp.

◆ getTargetServerUri() [1/2]

const String & opcua::ua::AddReferencesItem::getTargetServerUri ( ) const
inlinenoexcept
Deprecated
Use targetServerUri instead

Definition at line 830 of file types.hpp.

◆ targetServerUri() [2/2]

String & opcua::ua::AddReferencesItem::targetServerUri ( )
inlinenoexcept

Definition at line 830 of file types.hpp.

◆ getTargetServerUri() [2/2]

String & opcua::ua::AddReferencesItem::getTargetServerUri ( )
inlinenoexcept
Deprecated
Use targetServerUri instead

Definition at line 830 of file types.hpp.

◆ targetNodeId() [1/2]

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

Definition at line 831 of file types.hpp.

◆ getTargetNodeId() [1/2]

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

Definition at line 831 of file types.hpp.

◆ targetNodeId() [2/2]

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

Definition at line 831 of file types.hpp.

◆ getTargetNodeId() [2/2]

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

Definition at line 831 of file types.hpp.

◆ targetNodeClass()

NodeClass opcua::ua::AddReferencesItem::targetNodeClass ( ) const
inlinenoexcept

Definition at line 832 of file types.hpp.

◆ getTargetNodeClass()

NodeClass opcua::ua::AddReferencesItem::getTargetNodeClass ( ) const
inlinenoexcept
Deprecated
Use targetNodeClass instead

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