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

#include <types.hpp>

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

Detailed Description

Public Member Functions

const NodeIdreferenceTypeId () const noexcept
 
const NodeIdgetReferenceTypeId () const noexcept
 
NodeIdreferenceTypeId () noexcept
 
NodeIdgetReferenceTypeId () noexcept
 
bool isForward () const noexcept
 
bool getIsForward () const noexcept
 
const ExpandedNodeIdnodeId () const noexcept
 
const ExpandedNodeIdgetNodeId () const noexcept
 
ExpandedNodeIdnodeId () noexcept
 
ExpandedNodeIdgetNodeId () noexcept
 
const QualifiedNamebrowseName () const noexcept
 
const QualifiedNamegetBrowseName () const noexcept
 
QualifiedNamebrowseName () noexcept
 
QualifiedNamegetBrowseName () noexcept
 
const LocalizedTextdisplayName () const noexcept
 
const LocalizedTextgetDisplayName () const noexcept
 
LocalizedTextdisplayName () noexcept
 
LocalizedTextgetDisplayName () noexcept
 
NodeClass nodeClass () const noexcept
 
NodeClass getNodeClass () const noexcept
 
const ExpandedNodeIdtypeDefinition () const noexcept
 
const ExpandedNodeIdgetTypeDefinition () const noexcept
 
ExpandedNodeIdtypeDefinition () noexcept
 
ExpandedNodeIdgetTypeDefinition () 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_ReferenceDescription, UA_TYPES_REFERENCEDESCRIPTION >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_ReferenceDescription &native)
 
constexpr TypeWrapper (UA_ReferenceDescription &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ReferenceDescription &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ReferenceDescription &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_ReferenceDescription >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_ReferenceDescription &native) noexcept
 
constexpr Wrapper (UA_ReferenceDescription &&native) noexcept
 
constexpr Wrapperoperator= (const UA_ReferenceDescription &native) noexcept
 
constexpr Wrapperoperator= (UA_ReferenceDescription &&native) noexcept
 
constexpr operator UA_ReferenceDescription & () noexcept
 
constexpr operator const UA_ReferenceDescription & () const noexcept
 
constexpr UA_ReferenceDescriptionoperator-> () noexcept
 
constexpr const UA_ReferenceDescriptionoperator-> () const noexcept
 
constexpr UA_ReferenceDescriptionhandle () noexcept
 
constexpr const UA_ReferenceDescriptionhandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_ReferenceDescription &native) noexcept
 

Additional Inherited Members

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

Member Function Documentation

◆ referenceTypeId() [1/2]

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

Definition at line 1122 of file types.hpp.

◆ getReferenceTypeId() [1/2]

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

Definition at line 1122 of file types.hpp.

◆ referenceTypeId() [2/2]

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

Definition at line 1122 of file types.hpp.

◆ getReferenceTypeId() [2/2]

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

Definition at line 1122 of file types.hpp.

◆ isForward()

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

Definition at line 1123 of file types.hpp.

◆ getIsForward()

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

Definition at line 1123 of file types.hpp.

◆ nodeId() [1/2]

const ExpandedNodeId & opcua::ua::ReferenceDescription::nodeId ( ) const
inlinenoexcept

Definition at line 1124 of file types.hpp.

◆ getNodeId() [1/2]

const ExpandedNodeId & opcua::ua::ReferenceDescription::getNodeId ( ) const
inlinenoexcept
Deprecated
Use nodeId instead

Definition at line 1124 of file types.hpp.

◆ nodeId() [2/2]

ExpandedNodeId & opcua::ua::ReferenceDescription::nodeId ( )
inlinenoexcept

Definition at line 1124 of file types.hpp.

◆ getNodeId() [2/2]

ExpandedNodeId & opcua::ua::ReferenceDescription::getNodeId ( )
inlinenoexcept
Deprecated
Use nodeId instead

Definition at line 1124 of file types.hpp.

◆ browseName() [1/2]

const QualifiedName & opcua::ua::ReferenceDescription::browseName ( ) const
inlinenoexcept

Definition at line 1125 of file types.hpp.

◆ getBrowseName() [1/2]

const QualifiedName & opcua::ua::ReferenceDescription::getBrowseName ( ) const
inlinenoexcept
Deprecated
Use browseName instead

Definition at line 1125 of file types.hpp.

◆ browseName() [2/2]

QualifiedName & opcua::ua::ReferenceDescription::browseName ( )
inlinenoexcept

Definition at line 1125 of file types.hpp.

◆ getBrowseName() [2/2]

QualifiedName & opcua::ua::ReferenceDescription::getBrowseName ( )
inlinenoexcept
Deprecated
Use browseName instead

Definition at line 1125 of file types.hpp.

◆ displayName() [1/2]

const LocalizedText & opcua::ua::ReferenceDescription::displayName ( ) const
inlinenoexcept

Definition at line 1126 of file types.hpp.

◆ getDisplayName() [1/2]

const LocalizedText & opcua::ua::ReferenceDescription::getDisplayName ( ) const
inlinenoexcept
Deprecated
Use displayName instead

Definition at line 1126 of file types.hpp.

◆ displayName() [2/2]

LocalizedText & opcua::ua::ReferenceDescription::displayName ( )
inlinenoexcept

Definition at line 1126 of file types.hpp.

◆ getDisplayName() [2/2]

LocalizedText & opcua::ua::ReferenceDescription::getDisplayName ( )
inlinenoexcept
Deprecated
Use displayName instead

Definition at line 1126 of file types.hpp.

◆ nodeClass()

NodeClass opcua::ua::ReferenceDescription::nodeClass ( ) const
inlinenoexcept

Definition at line 1127 of file types.hpp.

◆ getNodeClass()

NodeClass opcua::ua::ReferenceDescription::getNodeClass ( ) const
inlinenoexcept
Deprecated
Use nodeClass instead

Definition at line 1127 of file types.hpp.

◆ typeDefinition() [1/2]

const ExpandedNodeId & opcua::ua::ReferenceDescription::typeDefinition ( ) const
inlinenoexcept

Definition at line 1128 of file types.hpp.

◆ getTypeDefinition() [1/2]

const ExpandedNodeId & opcua::ua::ReferenceDescription::getTypeDefinition ( ) const
inlinenoexcept
Deprecated
Use typeDefinition instead

Definition at line 1128 of file types.hpp.

◆ typeDefinition() [2/2]

ExpandedNodeId & opcua::ua::ReferenceDescription::typeDefinition ( )
inlinenoexcept

Definition at line 1128 of file types.hpp.

◆ getTypeDefinition() [2/2]

ExpandedNodeId & opcua::ua::ReferenceDescription::getTypeDefinition ( )
inlinenoexcept
Deprecated
Use typeDefinition instead

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