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

#include <types_composed.hpp>

Inheritance diagram for opcua::AddReferencesItem:
[legend]

Detailed Description

Public Member Functions

 AddReferencesItem (NodeId sourceNodeId, NodeId referenceTypeId, bool isForward, std::string_view targetServerUri, ExpandedNodeId targetNodeId, NodeClass targetNodeClass)
 
const NodeIdgetSourceNodeId () const noexcept
 
NodeIdgetSourceNodeId () noexcept
 
const NodeIdgetReferenceTypeId () const noexcept
 
NodeIdgetReferenceTypeId () noexcept
 
bool getIsForward () const noexcept
 
const StringgetTargetServerUri () const noexcept
 
StringgetTargetServerUri () noexcept
 
const ExpandedNodeIdgetTargetNodeId () const noexcept
 
ExpandedNodeIdgetTargetNodeId () noexcept
 
NodeClass getTargetNodeClass () const noexcept
 
constexpr TypeWrapper ()=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 ()=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
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_AddReferencesItem &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_AddReferencesItem >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_AddReferencesItem &native)
 
constexpr Wrapper (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
 

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 getTypeIndex ()
 
- 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::AddReferencesItem::AddReferencesItem ( NodeId sourceNodeId,
NodeId referenceTypeId,
bool isForward,
std::string_view targetServerUri,
ExpandedNodeId targetNodeId,
NodeClass targetNodeClass )
inline

Definition at line 751 of file types_composed.hpp.

Member Function Documentation

◆ getSourceNodeId() [1/2]

const NodeId & opcua::AddReferencesItem::getSourceNodeId ( ) const
inlinenoexcept

Definition at line 767 of file types_composed.hpp.

◆ getSourceNodeId() [2/2]

NodeId & opcua::AddReferencesItem::getSourceNodeId ( )
inlinenoexcept

Definition at line 767 of file types_composed.hpp.

◆ getReferenceTypeId() [1/2]

const NodeId & opcua::AddReferencesItem::getReferenceTypeId ( ) const
inlinenoexcept

Definition at line 768 of file types_composed.hpp.

◆ getReferenceTypeId() [2/2]

NodeId & opcua::AddReferencesItem::getReferenceTypeId ( )
inlinenoexcept

Definition at line 768 of file types_composed.hpp.

◆ getIsForward()

bool opcua::AddReferencesItem::getIsForward ( ) const
inlinenoexcept

Definition at line 769 of file types_composed.hpp.

◆ getTargetServerUri() [1/2]

const String & opcua::AddReferencesItem::getTargetServerUri ( ) const
inlinenoexcept

Definition at line 770 of file types_composed.hpp.

◆ getTargetServerUri() [2/2]

String & opcua::AddReferencesItem::getTargetServerUri ( )
inlinenoexcept

Definition at line 770 of file types_composed.hpp.

◆ getTargetNodeId() [1/2]

const ExpandedNodeId & opcua::AddReferencesItem::getTargetNodeId ( ) const
inlinenoexcept

Definition at line 771 of file types_composed.hpp.

◆ getTargetNodeId() [2/2]

ExpandedNodeId & opcua::AddReferencesItem::getTargetNodeId ( )
inlinenoexcept

Definition at line 771 of file types_composed.hpp.

◆ getTargetNodeClass()

NodeClass opcua::AddReferencesItem::getTargetNodeClass ( ) const
inlinenoexcept

Definition at line 772 of file types_composed.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( )
constexprdefault

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, typeIndex >::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, typeIndex >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.