open62541pp 0.16.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 getSymbolicId () const noexcept
 
int32_t getNamespaceUri () const noexcept
 
int32_t getLocalizedText () const noexcept
 
int32_t getLocale () const noexcept
 
const StringgetAdditionalInfo () const noexcept
 
StatusCode getInnerStatusCode () const noexcept
 
const DiagnosticInfogetInnerDiagnosticInfo () 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 TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_DiagnosticInfo &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (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_DiagnosticInfooperator-> () noexcept
 
constexpr const UA_DiagnosticInfooperator-> () const noexcept
 
constexpr UA_DiagnosticInfohandle () noexcept
 
constexpr const UA_DiagnosticInfohandle () 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_DiagnosticInfonative () const noexcept
 
constexpr UA_DiagnosticInfonative () noexcept
 

Member Function Documentation

◆ hasSymbolicId()

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

Definition at line 1813 of file types.hpp.

◆ hasNamespaceUri()

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

Definition at line 1817 of file types.hpp.

◆ hasLocalizedText()

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

Definition at line 1821 of file types.hpp.

◆ hasLocale()

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

Definition at line 1825 of file types.hpp.

◆ hasAdditionalInfo()

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

Definition at line 1829 of file types.hpp.

◆ hasInnerStatusCode()

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

Definition at line 1833 of file types.hpp.

◆ hasInnerDiagnosticInfo()

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

Definition at line 1837 of file types.hpp.

◆ getSymbolicId()

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

Definition at line 1841 of file types.hpp.

◆ getNamespaceUri()

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

Definition at line 1845 of file types.hpp.

◆ getLocalizedText()

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

Definition at line 1849 of file types.hpp.

◆ getLocale()

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

Definition at line 1853 of file types.hpp.

◆ getAdditionalInfo()

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

Definition at line 1857 of file types.hpp.

◆ getInnerStatusCode()

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

Definition at line 1861 of file types.hpp.

◆ getInnerDiagnosticInfo()

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

Definition at line 1865 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( )
constexprdefault

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, typeIndex >::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, typeIndex >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.