open62541pp 0.19.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opcua::DiagnosticInfo Class Reference

#include <types.hpp>

Inheritance diagram for opcua::DiagnosticInfo:
[legend]

Detailed Description

UA_DiagnosticInfo wrapper class.

See also
https://reference.opcfoundation.org/Core/Part4/v105/docs/7.12

Definition at line 1905 of file types.hpp.

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 namespaceUri () const noexcept
 
int32_t localizedText () const noexcept
 
int32_t locale () const noexcept
 
const StringadditionalInfo () const noexcept
 
StatusCode innerStatusCode () const noexcept
 
const DiagnosticInfoinnerDiagnosticInfo () 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
 
- Public Member Functions inherited from opcua::Wrapper< T, Handler >
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 Wrapperoperator= (const Wrapper &other)
 
constexpr Wrapperoperator= (const T &native)
 
constexpr Wrapperoperator= (Wrapper &&other) noexcept
 
constexpr Wrapperoperator= (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
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< T, Handler >
using NativeType = T
 
using HandlerType = Handler
 
- Protected Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 
constexpr void clear () noexcept
 

Member Function Documentation

◆ additionalInfo()

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

Definition at line 1953 of file types.hpp.

◆ hasAdditionalInfo()

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

Definition at line 1925 of file types.hpp.

◆ hasInnerDiagnosticInfo()

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

Definition at line 1933 of file types.hpp.

◆ hasInnerStatusCode()

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

Definition at line 1929 of file types.hpp.

◆ hasLocale()

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

Definition at line 1921 of file types.hpp.

◆ hasLocalizedText()

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

Definition at line 1917 of file types.hpp.

◆ hasNamespaceUri()

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

Definition at line 1913 of file types.hpp.

◆ hasSymbolicId()

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

Definition at line 1909 of file types.hpp.

◆ innerDiagnosticInfo()

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

Definition at line 1961 of file types.hpp.

◆ innerStatusCode()

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

Definition at line 1957 of file types.hpp.

◆ locale()

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

Definition at line 1949 of file types.hpp.

◆ localizedText()

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

Definition at line 1945 of file types.hpp.

◆ namespaceUri()

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

Definition at line 1941 of file types.hpp.

◆ symbolicId()

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

Definition at line 1937 of file types.hpp.

◆ Wrapper() [1/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( )
constexprdefaultnoexcept

◆ Wrapper() [2/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const T &  native)
inlineexplicitconstexpr

Copy constructor with native object.

Definition at line 151 of file wrapper.hpp.

◆ Wrapper() [3/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const Wrapper other)
inlineconstexpr

Copy constructor.

Definition at line 147 of file wrapper.hpp.

◆ Wrapper() [4/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( T &&  native)
inlineconstexprnoexcept

Move constructor with native object.

Definition at line 159 of file wrapper.hpp.

◆ Wrapper() [5/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( Wrapper &&  other)
inlineconstexprnoexcept

Move constructor.

Definition at line 155 of file wrapper.hpp.