open62541pp 0.19.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 793 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
 
NodeIdsourceNodeId () noexcept
 
const NodeIdreferenceTypeId () const noexcept
 
NodeIdreferenceTypeId () noexcept
 
bool isForward () const noexcept
 
const StringtargetServerUri () const noexcept
 
StringtargetServerUri () noexcept
 
const ExpandedNodeIdtargetNodeId () const noexcept
 
ExpandedNodeIdtargetNodeId () noexcept
 
NodeClass targetNodeClass () const noexcept
 
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
 ~Wrapper () noexcept=default
 
constexpr Wrapperoperator= (const Wrapper &other)
 
constexpr Wrapperoperator= (const T &native)
 
constexpr Wrapperoperator= (Wrapper &&other) 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, Handler >
using NativeType = T
 
using HandlerType = Handler
 
- Protected Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 
constexpr void clear () 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 797 of file types.hpp.

Member Function Documentation

◆ isForward()

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

Definition at line 815 of file types.hpp.

◆ referenceTypeId() [1/2]

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

Definition at line 814 of file types.hpp.

◆ referenceTypeId() [2/2]

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

Definition at line 814 of file types.hpp.

◆ sourceNodeId() [1/2]

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

Definition at line 813 of file types.hpp.

◆ sourceNodeId() [2/2]

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

Definition at line 813 of file types.hpp.

◆ targetNodeClass()

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

Definition at line 818 of file types.hpp.

◆ targetNodeId() [1/2]

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

Definition at line 817 of file types.hpp.

◆ targetNodeId() [2/2]

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

Definition at line 817 of file types.hpp.

◆ targetServerUri() [1/2]

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

Definition at line 816 of file types.hpp.

◆ targetServerUri() [2/2]

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

Definition at line 816 of file types.hpp.

◆ Wrapper() [1/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( )
constexprdefaultnoexcept

◆ Wrapper() [2/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const T &  native)
inlineexplicitconstexpr

Copy constructor with native object.

Definition at line 151 of file wrapper.hpp.

◆ Wrapper() [3/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const Wrapper other)
inlineconstexpr

Copy constructor.

Definition at line 147 of file wrapper.hpp.

◆ Wrapper() [4/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( T &&  native)
inlineconstexprnoexcept

Move constructor with native object.

Definition at line 159 of file wrapper.hpp.

◆ Wrapper() [5/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( Wrapper &&  other)
inlineconstexprnoexcept

Move constructor.

Definition at line 155 of file wrapper.hpp.