open62541pp 0.17.0
C++ wrapper of open62541
|
#include <types.hpp>
UA_DiagnosticInfo wrapper class.
Public Member Functions | |
bool | hasSymbolicId () const noexcept |
bool | hasNamespaceUri () const noexcept |
bool | hasLocalizedText () const noexcept |
bool | hasLocale () const noexcept |
bool | hasAdditionalInfo () const noexcept |
bool | hasInnerStatusCode () const noexcept |
bool | hasInnerDiagnosticInfo () const noexcept |
int32_t | symbolicId () const noexcept |
int32_t | getSymbolicId () const noexcept |
int32_t | namespaceUri () const noexcept |
int32_t | getNamespaceUri () const noexcept |
int32_t | localizedText () const noexcept |
int32_t | getLocalizedText () const noexcept |
int32_t | locale () const noexcept |
int32_t | getLocale () const noexcept |
const String & | additionalInfo () const noexcept |
const String & | getAdditionalInfo () const noexcept |
StatusCode | innerStatusCode () const noexcept |
StatusCode | getInnerStatusCode () const noexcept |
const DiagnosticInfo * | innerDiagnosticInfo () const noexcept |
const DiagnosticInfo * | getInnerDiagnosticInfo () 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_DiagnosticInfo &native) |
constexpr | TypeWrapper (UA_DiagnosticInfo &&native) noexcept |
constexpr | TypeWrapper (const TypeWrapper &other) |
constexpr | TypeWrapper (TypeWrapper &&other) noexcept |
~TypeWrapper () | |
constexpr TypeWrapper & | operator= (const TypeWrapper &other) |
constexpr TypeWrapper & | operator= (const UA_DiagnosticInfo &native) |
constexpr TypeWrapper & | operator= (TypeWrapper &&other) noexcept |
constexpr TypeWrapper & | operator= (UA_DiagnosticInfo &&native) noexcept |
![]() | |
constexpr | Wrapper () noexcept=default |
constexpr | Wrapper (const UA_DiagnosticInfo &native) noexcept |
constexpr | Wrapper (UA_DiagnosticInfo &&native) noexcept |
constexpr Wrapper & | operator= (const UA_DiagnosticInfo &native) noexcept |
constexpr Wrapper & | operator= (UA_DiagnosticInfo &&native) noexcept |
constexpr | operator UA_DiagnosticInfo & () noexcept |
constexpr | operator const UA_DiagnosticInfo & () const noexcept |
constexpr UA_DiagnosticInfo * | operator-> () noexcept |
constexpr const UA_DiagnosticInfo * | operator-> () const noexcept |
constexpr UA_DiagnosticInfo * | handle () noexcept |
constexpr const UA_DiagnosticInfo * | handle () const noexcept |
constexpr void | swap (Wrapper &other) noexcept |
constexpr void | swap (UA_DiagnosticInfo &native) noexcept |
Additional Inherited Members | |
![]() | |
using | NativeType |
![]() | |
static constexpr TypeIndex | typeIndex () |
![]() | |
constexpr void | clear () noexcept |
![]() | |
constexpr const UA_DiagnosticInfo & | native () const noexcept |
constexpr UA_DiagnosticInfo & | native () noexcept |
![]() | |
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 |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 2342 of file types.hpp.
Referenced by getSymbolicId().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 2352 of file types.hpp.
Referenced by getNamespaceUri().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 2362 of file types.hpp.
Referenced by getLocalizedText().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 2372 of file types.hpp.
Referenced by getLocale().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 2382 of file types.hpp.
Referenced by additionalInfo(), and getAdditionalInfo().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 2392 of file types.hpp.
Referenced by getInnerStatusCode().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 2402 of file types.hpp.
Referenced by getInnerDiagnosticInfo(), and innerDiagnosticInfo().
|
inlinenoexcept |
|
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.