open62541pp 0.17.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
 
NodeIdnodeId () noexcept
 
const NodeIdnodeId () const noexcept
 
NodeIdgetNodeId () noexcept
 
const NodeIdgetNodeId () const noexcept
 
std::string_view namespaceUri () const
 
std::string_view getNamespaceUri () const
 
uint32_t serverIndex () const noexcept
 
uint32_t getServerIndex () const noexcept
 
std::string toString () const
 
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_ExpandedNodeId, UA_TYPES_EXPANDEDNODEID >
constexpr TypeWrapper () noexcept=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
 
- Public Member Functions inherited from opcua::Wrapper< UA_ExpandedNodeId >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_ExpandedNodeId &native) noexcept
 
constexpr Wrapper (UA_ExpandedNodeId &&native) noexcept
 
constexpr Wrapperoperator= (const UA_ExpandedNodeId &native) noexcept
 
constexpr Wrapperoperator= (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
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_ExpandedNodeId &native) noexcept
 

Related Symbols

(Note that these are not member symbols.)

bool operator== (const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept
 
bool operator!= (const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept
 
bool operator< (const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept
 
bool operator> (const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept
 
bool operator<= (const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) noexcept
 
bool operator>= (const UA_ExpandedNodeId &lhs, const UA_ExpandedNodeId &rhs) 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 typeIndex ()
 
- 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 912 of file types.hpp.

◆ ExpandedNodeId() [2/2]

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

Definition at line 916 of file types.hpp.

Member Function Documentation

◆ isLocal()

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

Definition at line 922 of file types.hpp.

◆ hash()

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

Definition at line 926 of file types.hpp.

◆ nodeId() [1/2]

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

Definition at line 930 of file types.hpp.

Referenced by ExpandedNodeId(), ExpandedNodeId(), getNodeId(), getNodeId(), nodeId(), and nodeId().

◆ nodeId() [2/2]

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

Definition at line 934 of file types.hpp.

◆ getNodeId() [1/2]

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

Definition at line 940 of file types.hpp.

◆ getNodeId() [2/2]

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

Definition at line 946 of file types.hpp.

◆ namespaceUri()

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

Definition at line 950 of file types.hpp.

Referenced by ExpandedNodeId(), getNamespaceUri(), and namespaceUri().

◆ getNamespaceUri()

std::string_view opcua::ExpandedNodeId::getNamespaceUri ( ) const
inline
Deprecated
Use namespaceUri() instead

Definition at line 956 of file types.hpp.

◆ serverIndex()

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

Definition at line 960 of file types.hpp.

Referenced by ExpandedNodeId(), and getServerIndex().

◆ getServerIndex()

uint32_t opcua::ExpandedNodeId::getServerIndex ( ) const
inlinenoexcept
Deprecated
Use serverIndex() instead

Definition at line 966 of file types.hpp.

◆ toString()

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

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

Friends And Related Symbol Documentation

◆ operator==()

bool operator== ( const UA_ExpandedNodeId & lhs,
const UA_ExpandedNodeId & rhs )
related

Definition at line 976 of file types.hpp.

◆ operator!=()

bool operator!= ( const UA_ExpandedNodeId & lhs,
const UA_ExpandedNodeId & rhs )
related

Definition at line 981 of file types.hpp.

◆ operator<()

bool operator< ( const UA_ExpandedNodeId & lhs,
const UA_ExpandedNodeId & rhs )
related

Definition at line 986 of file types.hpp.

◆ operator>()

bool operator> ( const UA_ExpandedNodeId & lhs,
const UA_ExpandedNodeId & rhs )
related

Definition at line 991 of file types.hpp.

◆ operator<=()

bool operator<= ( const UA_ExpandedNodeId & lhs,
const UA_ExpandedNodeId & rhs )
related

Definition at line 996 of file types.hpp.

◆ operator>=()

bool operator>= ( const UA_ExpandedNodeId & lhs,
const UA_ExpandedNodeId & rhs )
related

Definition at line 1001 of file types.hpp.