open62541pp 0.17.0
C++ wrapper of open62541
|
#include <types.hpp>
Public Member Functions | |
XmlElement (std::string_view str) | |
template<typename InputIt > | |
XmlElement (InputIt first, InputIt last) | |
XmlElement & | operator= (const char *str) |
template<typename Traits > | |
XmlElement & | operator= (std::basic_string_view< char, Traits > str) |
template<typename Traits > | |
operator std::basic_string_view< char, Traits > () const noexcept | |
std::string_view | get () const noexcept |
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_XmlElement &native) |
constexpr | TypeWrapper (UA_XmlElement &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_XmlElement &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_XmlElement &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const UA_XmlElement &native) noexcept |
constexpr | Wrapper (UA_XmlElement &&native) noexcept |
constexpr Wrapper & | operator= (const UA_XmlElement &native) noexcept |
constexpr Wrapper & | operator= (UA_XmlElement &&native) noexcept |
constexpr | operator UA_XmlElement & () noexcept |
constexpr | operator const UA_XmlElement & () const noexcept |
constexpr UA_XmlElement * | operator-> () noexcept |
constexpr const UA_XmlElement * | operator-> () const noexcept |
constexpr UA_XmlElement * | handle () noexcept |
constexpr const UA_XmlElement * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (UA_XmlElement &native) noexcept |
Related Symbols | |
(Note that these are not member symbols.) | |
std::ostream & | operator<< (std::ostream &os, const XmlElement &xmlElement) |
![]() | |
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_XmlElement & | native () const noexcept |
constexpr UA_XmlElement & | native () noexcept |
|
inlineexplicit |
Definition at line 603 of file types.hpp.
Referenced by operator=(), and operator=().
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
static_cast
instead
|
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 |