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

#include <types.hpp>

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

Detailed Description

UA_AddReferencesItem wrapper class.

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

Definition at line 839 of file types.hpp.

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< 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_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< T >
constexpr const T & native () const noexcept
 
constexpr T & native () 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 843 of file types.hpp.

Member Function Documentation

◆ sourceNodeId() [1/2]

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

Definition at line 859 of file types.hpp.

◆ getSourceNodeId() [1/2]

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

Definition at line 859 of file types.hpp.

◆ sourceNodeId() [2/2]

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

Definition at line 859 of file types.hpp.

◆ getSourceNodeId() [2/2]

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

Definition at line 859 of file types.hpp.

◆ referenceTypeId() [1/2]

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

Definition at line 860 of file types.hpp.

◆ getReferenceTypeId() [1/2]

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

Definition at line 860 of file types.hpp.

◆ referenceTypeId() [2/2]

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

Definition at line 860 of file types.hpp.

◆ getReferenceTypeId() [2/2]

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

Definition at line 860 of file types.hpp.

◆ isForward()

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

Definition at line 861 of file types.hpp.

◆ getIsForward()

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

Definition at line 861 of file types.hpp.

◆ targetServerUri() [1/2]

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

Definition at line 862 of file types.hpp.

◆ getTargetServerUri() [1/2]

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

Definition at line 862 of file types.hpp.

◆ targetServerUri() [2/2]

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

Definition at line 862 of file types.hpp.

◆ getTargetServerUri() [2/2]

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

Definition at line 862 of file types.hpp.

◆ targetNodeId() [1/2]

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

Definition at line 863 of file types.hpp.

◆ getTargetNodeId() [1/2]

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

Definition at line 863 of file types.hpp.

◆ targetNodeId() [2/2]

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

Definition at line 863 of file types.hpp.

◆ getTargetNodeId() [2/2]

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

Definition at line 863 of file types.hpp.

◆ targetNodeClass()

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

Definition at line 864 of file types.hpp.

◆ getTargetNodeClass()

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

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