open62541pp 0.16.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_QualifiedName wrapper class.
Public Member Functions | |
QualifiedName (NamespaceIndex namespaceIndex, std::string_view name) | |
NamespaceIndex | getNamespaceIndex () const noexcept |
std::string_view | getName () const noexcept |
constexpr | TypeWrapper ()=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_QualifiedName, UA_TYPES_QUALIFIEDNAME > | |
constexpr | TypeWrapper ()=default |
constexpr | TypeWrapper (const UA_QualifiedName &native) |
constexpr | TypeWrapper (UA_QualifiedName &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_QualifiedName &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_QualifiedName &&native) noexcept |
constexpr void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_QualifiedName &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_QualifiedName > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_QualifiedName &native) |
constexpr | Wrapper (UA_QualifiedName &&native) noexcept |
constexpr | operator UA_QualifiedName & () noexcept |
constexpr | operator const UA_QualifiedName & () const noexcept |
constexpr UA_QualifiedName * | operator-> () noexcept |
constexpr const UA_QualifiedName * | operator-> () const noexcept |
constexpr UA_QualifiedName * | handle () noexcept |
constexpr const UA_QualifiedName * | handle () const noexcept |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_QualifiedName > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_QualifiedName, UA_TYPES_QUALIFIEDNAME > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_QualifiedName, UA_TYPES_QUALIFIEDNAME > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_QualifiedName > | |
constexpr const UA_QualifiedName & | native () const noexcept |
constexpr UA_QualifiedName & | native () noexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
constexprdefault |
|
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.