open62541pp 0.17.0
C++ wrapper of open62541
|
#include <types.hpp>
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 | |
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_Guid &native) |
constexpr | TypeWrapper (UA_Guid &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_Guid &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_Guid &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const UA_Guid &native) noexcept |
constexpr | Wrapper (UA_Guid &&native) noexcept |
constexpr Wrapper & | operator= (const UA_Guid &native) 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 constexpr TypeIndex | typeIndex () |
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 |
std::ostream & | operator<< (std::ostream &os, const Guid &guid) |
![]() | |
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 |
![]() | |
constexpr void | clear () noexcept |
![]() | |
constexpr const UA_Guid & | native () const noexcept |
constexpr UA_Guid & | native () noexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
std::string opcua::Guid::toString | ( | ) | const |
|
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 |