open62541pp 0.19.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 |
std::string_view | namespaceUri () const |
uint32_t | serverIndex () const noexcept |
String | toString () const |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const Wrapper &other) |
constexpr | Wrapper (const T &native) |
constexpr | Wrapper (Wrapper &&other) noexcept |
constexpr | Wrapper (T &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const Wrapper &other) |
constexpr | Wrapper (const T &native) |
constexpr | Wrapper (Wrapper &&other) noexcept |
constexpr | Wrapper (T &&native) noexcept |
~Wrapper () noexcept=default | |
constexpr Wrapper & | operator= (const Wrapper &other) |
constexpr Wrapper & | operator= (const T &native) |
constexpr Wrapper & | operator= (Wrapper &&other) noexcept |
constexpr Wrapper & | operator= (T &&native) noexcept |
constexpr | operator T& () noexcept |
constexpr | operator const T & () const noexcept |
constexpr T * | operator-> () noexcept |
constexpr const T * | operator-> () const noexcept |
constexpr T * | handle () noexcept |
constexpr const T * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (T &native) noexcept |
Static Public Member Functions | |
static ExpandedNodeId | parse (std::string_view str) |
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 |
![]() | |
template<typename T > | |
constexpr T * | asWrapper (typename T::NativeType *native) noexcept |
template<typename T > | |
constexpr const T * | asWrapper (const typename T::NativeType *native) noexcept |
template<typename T > | |
constexpr T & | asWrapper (typename T::NativeType &native) noexcept |
template<typename T > | |
constexpr const T & | asWrapper (const typename T::NativeType &native) noexcept |
template<typename T > | |
constexpr T::NativeType * | asNative (T *wrapper) noexcept |
template<typename T > | |
constexpr const T::NativeType * | asNative (const T *wrapper) noexcept |
template<typename T > | |
constexpr T::NativeType & | asNative (T &wrapper) noexcept |
template<typename T > | |
constexpr const T::NativeType & | asNative (const T &wrapper) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType = T |
using | HandlerType = Handler |
![]() | |
constexpr const T & | native () const noexcept |
constexpr T & | native () noexcept |
constexpr void | clear () noexcept |
|
inlineexplicitnoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinestatic |
Parse ExpandedNodeId from its string representation.
Format: svr=<serverindex>;ns=<namespaceindex>;<type>=<value>
or svr=<serverindex>;nsu=<uri>;<type>=<value>
|
inlinenoexcept |
String opcua::ExpandedNodeId::toString | ( | ) | const |
|
constexprdefaultnoexcept |
|
inlineexplicitconstexpr |
Copy constructor with native object.
Definition at line 151 of file wrapper.hpp.
|
inlineconstexpr |
Copy constructor.
Definition at line 147 of file wrapper.hpp.
|
inlineconstexprnoexcept |
Move constructor with native object.
Definition at line 159 of file wrapper.hpp.
|
inlineconstexprnoexcept |
Move constructor.
Definition at line 155 of file wrapper.hpp.
|
related |
|
related |
|
related |
|
related |
|
related |
|
related |