open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::DiagnosticInfo Class Reference

#include <types.hpp>

Inheritance diagram for opcua::DiagnosticInfo:
[legend]

Detailed Description

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 StringadditionalInfo () const noexcept
 
const StringgetAdditionalInfo () const noexcept
 
StatusCode innerStatusCode () const noexcept
 
StatusCode getInnerStatusCode () const noexcept
 
const DiagnosticInfoinnerDiagnosticInfo () const noexcept
 
const DiagnosticInfogetInnerDiagnosticInfo () 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
 
- Public Member Functions inherited from opcua::TypeWrapper< UA_DiagnosticInfo, UA_TYPES_DIAGNOSTICINFO >
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 TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_DiagnosticInfo &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_DiagnosticInfo &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_DiagnosticInfo >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_DiagnosticInfo &native) noexcept
 
constexpr Wrapper (UA_DiagnosticInfo &&native) noexcept
 
constexpr Wrapperoperator= (const UA_DiagnosticInfo &native) noexcept
 
constexpr Wrapperoperator= (UA_DiagnosticInfo &&native) noexcept
 
constexpr operator UA_DiagnosticInfo & () noexcept
 
constexpr operator const UA_DiagnosticInfo & () const noexcept
 
constexpr UA_DiagnosticInfooperator-> () noexcept
 
constexpr const UA_DiagnosticInfooperator-> () const noexcept
 
constexpr UA_DiagnosticInfohandle () noexcept
 
constexpr const UA_DiagnosticInfohandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_DiagnosticInfo &native) 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 typeIndex ()
 
- 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_DiagnosticInfonative () const noexcept
 
constexpr UA_DiagnosticInfonative () noexcept
 

Member Function Documentation

◆ hasSymbolicId()

bool opcua::DiagnosticInfo::hasSymbolicId ( ) const
inlinenoexcept

Definition at line 2314 of file types.hpp.

◆ hasNamespaceUri()

bool opcua::DiagnosticInfo::hasNamespaceUri ( ) const
inlinenoexcept

Definition at line 2318 of file types.hpp.

◆ hasLocalizedText()

bool opcua::DiagnosticInfo::hasLocalizedText ( ) const
inlinenoexcept

Definition at line 2322 of file types.hpp.

◆ hasLocale()

bool opcua::DiagnosticInfo::hasLocale ( ) const
inlinenoexcept

Definition at line 2326 of file types.hpp.

◆ hasAdditionalInfo()

bool opcua::DiagnosticInfo::hasAdditionalInfo ( ) const
inlinenoexcept

Definition at line 2330 of file types.hpp.

◆ hasInnerStatusCode()

bool opcua::DiagnosticInfo::hasInnerStatusCode ( ) const
inlinenoexcept

Definition at line 2334 of file types.hpp.

◆ hasInnerDiagnosticInfo()

bool opcua::DiagnosticInfo::hasInnerDiagnosticInfo ( ) const
inlinenoexcept

Definition at line 2338 of file types.hpp.

◆ symbolicId()

int32_t opcua::DiagnosticInfo::symbolicId ( ) const
inlinenoexcept

Definition at line 2342 of file types.hpp.

Referenced by getSymbolicId().

◆ getSymbolicId()

int32_t opcua::DiagnosticInfo::getSymbolicId ( ) const
inlinenoexcept
Deprecated
Use symbolicId() instead

Definition at line 2348 of file types.hpp.

◆ namespaceUri()

int32_t opcua::DiagnosticInfo::namespaceUri ( ) const
inlinenoexcept

Definition at line 2352 of file types.hpp.

Referenced by getNamespaceUri().

◆ getNamespaceUri()

int32_t opcua::DiagnosticInfo::getNamespaceUri ( ) const
inlinenoexcept
Deprecated
Use namespaceUri() instead

Definition at line 2358 of file types.hpp.

◆ localizedText()

int32_t opcua::DiagnosticInfo::localizedText ( ) const
inlinenoexcept

Definition at line 2362 of file types.hpp.

Referenced by getLocalizedText().

◆ getLocalizedText()

int32_t opcua::DiagnosticInfo::getLocalizedText ( ) const
inlinenoexcept
Deprecated
Use localizedText() instead

Definition at line 2368 of file types.hpp.

◆ locale()

int32_t opcua::DiagnosticInfo::locale ( ) const
inlinenoexcept

Definition at line 2372 of file types.hpp.

Referenced by getLocale().

◆ getLocale()

int32_t opcua::DiagnosticInfo::getLocale ( ) const
inlinenoexcept
Deprecated
Use locale() instead

Definition at line 2378 of file types.hpp.

◆ additionalInfo()

const String & opcua::DiagnosticInfo::additionalInfo ( ) const
inlinenoexcept

Definition at line 2382 of file types.hpp.

Referenced by additionalInfo(), and getAdditionalInfo().

◆ getAdditionalInfo()

const String & opcua::DiagnosticInfo::getAdditionalInfo ( ) const
inlinenoexcept
Deprecated
Use additionalInfo() instead

Definition at line 2388 of file types.hpp.

◆ innerStatusCode()

StatusCode opcua::DiagnosticInfo::innerStatusCode ( ) const
inlinenoexcept

Definition at line 2392 of file types.hpp.

Referenced by getInnerStatusCode().

◆ getInnerStatusCode()

StatusCode opcua::DiagnosticInfo::getInnerStatusCode ( ) const
inlinenoexcept
Deprecated
Use innerStatusCode() instead

Definition at line 2398 of file types.hpp.

◆ innerDiagnosticInfo()

const DiagnosticInfo * opcua::DiagnosticInfo::innerDiagnosticInfo ( ) const
inlinenoexcept

Definition at line 2402 of file types.hpp.

Referenced by getInnerDiagnosticInfo(), and innerDiagnosticInfo().

◆ getInnerDiagnosticInfo()

const DiagnosticInfo * opcua::DiagnosticInfo::getInnerDiagnosticInfo ( ) const
inlinenoexcept
Deprecated
Use innerDiagnosticInfo() instead

Definition at line 2408 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const T & native)
inlineexplicitconstexpr

Constructor with native object (deep copy).

Definition at line 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.