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

#include <types.hpp>

Inheritance diagram for opcua::ExpandedNodeId:
[legend]

Detailed Description

Public Member Functions

 ExpandedNodeId (NodeId id) noexcept
 
 ExpandedNodeId (NodeId id, std::string_view namespaceUri, uint32_t serverIndex)
 
bool isLocal () const noexcept
 
uint32_t hash () const noexcept
 
NodeIdgetNodeId () noexcept
 
const NodeIdgetNodeId () const noexcept
 
std::string_view getNamespaceUri () const
 
uint32_t getServerIndex () const noexcept
 
std::string toString () const
 
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_ExpandedNodeId, UA_TYPES_EXPANDEDNODEID >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_ExpandedNodeId &native)
 
constexpr TypeWrapper (UA_ExpandedNodeId &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ExpandedNodeId &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ExpandedNodeId &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_ExpandedNodeId &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_ExpandedNodeId >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_ExpandedNodeId &native)
 
constexpr Wrapper (UA_ExpandedNodeId &&native) noexcept
 
constexpr operator UA_ExpandedNodeId & () noexcept
 
constexpr operator const UA_ExpandedNodeId & () const noexcept
 
constexpr UA_ExpandedNodeIdoperator-> () noexcept
 
constexpr const UA_ExpandedNodeIdoperator-> () const noexcept
 
constexpr UA_ExpandedNodeIdhandle () noexcept
 
constexpr const UA_ExpandedNodeIdhandle () const noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_ExpandedNodeId >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_ExpandedNodeId, UA_TYPES_EXPANDEDNODEID >
static constexpr TypeIndex getTypeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ExpandedNodeId, UA_TYPES_EXPANDEDNODEID >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_ExpandedNodeId >
constexpr const UA_ExpandedNodeIdnative () const noexcept
 
constexpr UA_ExpandedNodeIdnative () noexcept
 

Constructor & Destructor Documentation

◆ ExpandedNodeId() [1/2]

opcua::ExpandedNodeId::ExpandedNodeId ( NodeId id)
inlineexplicitnoexcept

Definition at line 731 of file types.hpp.

◆ ExpandedNodeId() [2/2]

opcua::ExpandedNodeId::ExpandedNodeId ( NodeId id,
std::string_view namespaceUri,
uint32_t serverIndex )
inline

Definition at line 735 of file types.hpp.

Member Function Documentation

◆ isLocal()

bool opcua::ExpandedNodeId::isLocal ( ) const
inlinenoexcept

Definition at line 741 of file types.hpp.

◆ hash()

uint32_t opcua::ExpandedNodeId::hash ( ) const
inlinenoexcept

Definition at line 745 of file types.hpp.

◆ getNodeId() [1/2]

NodeId & opcua::ExpandedNodeId::getNodeId ( )
inlinenoexcept

Definition at line 749 of file types.hpp.

◆ getNodeId() [2/2]

const NodeId & opcua::ExpandedNodeId::getNodeId ( ) const
inlinenoexcept

Definition at line 753 of file types.hpp.

◆ getNamespaceUri()

std::string_view opcua::ExpandedNodeId::getNamespaceUri ( ) const
inline

Definition at line 757 of file types.hpp.

◆ getServerIndex()

uint32_t opcua::ExpandedNodeId::getServerIndex ( ) const
inlinenoexcept

Definition at line 761 of file types.hpp.

◆ toString()

std::string opcua::ExpandedNodeId::toString ( ) const

◆ 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.