open62541pp 0.16.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 | getSymbolicId () const noexcept |
int32_t | getNamespaceUri () const noexcept |
int32_t | getLocalizedText () const noexcept |
int32_t | getLocale () const noexcept |
const String & | getAdditionalInfo () const noexcept |
StatusCode | getInnerStatusCode () const noexcept |
const DiagnosticInfo * | getInnerDiagnosticInfo () 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_DiagnosticInfo, UA_TYPES_DIAGNOSTICINFO > | |
constexpr | TypeWrapper ()=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 void | swap (TypeWrapper &other) noexcept |
constexpr void | swap (UA_DiagnosticInfo &native) noexcept |
Public Member Functions inherited from opcua::Wrapper< UA_DiagnosticInfo > | |
constexpr | Wrapper ()=default |
constexpr | Wrapper (const UA_DiagnosticInfo &native) |
constexpr | Wrapper (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 |
Additional Inherited Members | |
Public Types inherited from opcua::Wrapper< UA_DiagnosticInfo > | |
using | NativeType |
Static Public Member Functions inherited from opcua::TypeWrapper< UA_DiagnosticInfo, UA_TYPES_DIAGNOSTICINFO > | |
static constexpr TypeIndex | getTypeIndex () |
Protected Member Functions inherited from opcua::TypeWrapper< UA_DiagnosticInfo, UA_TYPES_DIAGNOSTICINFO > | |
constexpr void | clear () noexcept |
Protected Member Functions inherited from opcua::Wrapper< UA_DiagnosticInfo > | |
constexpr const UA_DiagnosticInfo & | native () const noexcept |
constexpr UA_DiagnosticInfo & | native () noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
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.