open62541pp 0.19.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_String wrapper class.
Public Member Functions | |
String (std::string_view str) | |
template<typename InputIt > | |
String (InputIt first, InputIt last) | |
String (std::initializer_list< char > values) | |
String & | operator= (const char *str) |
template<typename Traits > | |
String & | operator= (std::basic_string_view< char, Traits > str) |
template<typename Traits > | |
operator std::basic_string_view< char, Traits > () const 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 |
![]() | |
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 |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator== (const UA_String &lhs, const UA_String &rhs) noexcept |
bool | operator!= (const UA_String &lhs, const UA_String &rhs) noexcept |
bool | operator== (const String &lhs, const String &rhs) noexcept |
bool | operator!= (const String &lhs, const String &rhs) noexcept |
bool | operator== (const String &lhs, std::string_view rhs) noexcept |
bool | operator!= (const String &lhs, std::string_view rhs) noexcept |
bool | operator== (std::string_view lhs, const String &rhs) noexcept |
bool | operator!= (std::string_view lhs, const String &rhs) noexcept |
std::ostream & | operator<< (std::ostream &os, const String &str) |
![]() | |
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 |
|
inlineexplicit |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
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 |