open62541pp 0.19.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_Guid wrapper class.
Public Member Functions | |
Guid (std::array< uint8_t, 16 > data) noexcept | |
Guid (uint32_t data1, uint16_t data2, uint16_t data3, std::array< uint8_t, 8 > data4) 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 UA_Guid &native) |
constexpr | Wrapper (Wrapper &&other) noexcept |
constexpr | Wrapper (UA_Guid &&native) noexcept |
~Wrapper () noexcept=default | |
constexpr Wrapper & | operator= (const Wrapper &other) |
constexpr Wrapper & | operator= (const UA_Guid &native) |
constexpr Wrapper & | operator= (Wrapper &&other) noexcept |
constexpr Wrapper & | operator= (UA_Guid &&native) noexcept |
constexpr | operator UA_Guid & () noexcept |
constexpr | operator const UA_Guid & () const noexcept |
constexpr UA_Guid * | operator-> () noexcept |
constexpr const UA_Guid * | operator-> () const noexcept |
constexpr UA_Guid * | handle () noexcept |
constexpr const UA_Guid * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (UA_Guid &native) noexcept |
Static Public Member Functions | |
static Guid | random () noexcept |
static Guid | parse (std::string_view str) |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator== (const UA_Guid &lhs, const UA_Guid &rhs) noexcept |
bool | operator!= (const UA_Guid &lhs, const UA_Guid &rhs) noexcept |
![]() | |
constexpr UA_Guid * | asWrapper (typename T::NativeType *native) noexcept |
constexpr const UA_Guid * | asWrapper (const typename T::NativeType *native) noexcept |
constexpr UA_Guid & | asWrapper (typename T::NativeType &native) noexcept |
constexpr const UA_Guid & | asWrapper (const typename T::NativeType &native) noexcept |
constexpr T::NativeType * | asNative (UA_Guid *wrapper) noexcept |
constexpr const T::NativeType * | asNative (const UA_Guid *wrapper) noexcept |
constexpr T::NativeType & | asNative (UA_Guid &wrapper) noexcept |
constexpr const T::NativeType & | asNative (const UA_Guid &wrapper) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType = UA_Guid |
using | HandlerType = TypeHandler< UA_Guid > |
![]() | |
constexpr const UA_Guid & | native () const noexcept |
constexpr UA_Guid & | native () noexcept |
constexpr void | clear () noexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinestatic |
|
inlinestaticnoexcept |
String opcua::Guid::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.