open62541pp 0.17.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_ExpandedNodeId wrapper class.
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 |
NodeId & | nodeId () noexcept |
const NodeId & | nodeId () const noexcept |
NodeId & | getNodeId () noexcept |
const NodeId & | getNodeId () 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 |
![]() | |
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 TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_ExpandedNodeId &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_ExpandedNodeId &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const UA_ExpandedNodeId &native) noexcept |
constexpr | Wrapper (UA_ExpandedNodeId &&native) noexcept |
constexpr Wrapper & | operator= (const UA_ExpandedNodeId &native) noexcept |
constexpr Wrapper & | operator= (UA_ExpandedNodeId &&native) noexcept |
constexpr | operator UA_ExpandedNodeId & () noexcept |
constexpr | operator const UA_ExpandedNodeId & () const noexcept |
constexpr UA_ExpandedNodeId * | operator-> () noexcept |
constexpr const UA_ExpandedNodeId * | operator-> () const noexcept |
constexpr UA_ExpandedNodeId * | handle () noexcept |
constexpr const UA_ExpandedNodeId * | handle () 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 |
![]() | |
constexpr WrapperType * | asWrapper (NativeType *native) noexcept |
constexpr const WrapperType * | asWrapper (const NativeType *native) noexcept |
constexpr WrapperType & | asWrapper (NativeType &native) noexcept |
constexpr const WrapperType & | asWrapper (const NativeType &native) noexcept |
constexpr NativeType * | asNative (WrapperType *wrapper) noexcept |
constexpr const NativeType * | asNative (const WrapperType *wrapper) noexcept |
constexpr NativeType & | asNative (WrapperType &wrapper) noexcept |
constexpr const NativeType & | asNative (const WrapperType &wrapper) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType |
![]() | |
static constexpr TypeIndex | typeIndex () |
![]() | |
constexpr void | clear () noexcept |
![]() | |
constexpr const UA_ExpandedNodeId & | native () const noexcept |
constexpr UA_ExpandedNodeId & | native () noexcept |
|
inlineexplicitnoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 930 of file types.hpp.
Referenced by ExpandedNodeId(), ExpandedNodeId(), getNodeId(), getNodeId(), nodeId(), and nodeId().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
Definition at line 950 of file types.hpp.
Referenced by ExpandedNodeId(), getNamespaceUri(), and namespaceUri().
|
inline |
|
inlinenoexcept |
Definition at line 960 of file types.hpp.
Referenced by ExpandedNodeId(), and getServerIndex().
|
inlinenoexcept |
std::string opcua::ExpandedNodeId::toString | ( | ) | const |
Encode ExpandedNodeId as a string like svr=1;nsu=http://test.org/UA/Data/;ns=2;i=10157
.
|
constexprdefaultnoexcept |
|
inlineexplicitconstexpr |
Constructor with native object (deep copy).
Definition at line 31 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Constructor with native object (move rvalue).
Definition at line 35 of file typewrapper.hpp.
|
inlineconstexpr |
Copy constructor (deep copy).
Definition at line 43 of file typewrapper.hpp.
|
inlineconstexprnoexcept |
Move constructor.
Definition at line 47 of file typewrapper.hpp.
|
related |
|
related |
|
related |
|
related |
|
related |
|
related |