#include <types.hpp>
|
| using | NativeType = T |
| |
| using | HandlerType = Handler |
| |
| constexpr const T & | native () const noexcept |
| |
| constexpr T & | native () noexcept |
| |
| constexpr void | clear () noexcept |
| |
| template<typename T > |
| constexpr T * | asWrapper (typename T::NativeType *native) noexcept |
| |
| template<typename T > |
| constexpr const T * | asWrapper (const typename T::NativeType *native) noexcept |
| |
| template<typename T > |
| constexpr T & | asWrapper (typename T::NativeType &native) noexcept |
| |
| template<typename T > |
| constexpr const T & | asWrapper (const typename T::NativeType &native) noexcept |
| |
| template<typename T > |
| constexpr T::NativeType * | asNative (T *wrapper) noexcept |
| |
| template<typename T > |
| constexpr const T::NativeType * | asNative (const T *wrapper) noexcept |
| |
| template<typename T > |
| constexpr T::NativeType & | asNative (T &wrapper) noexcept |
| |
| template<typename T > |
| constexpr const T::NativeType & | asNative (const T &wrapper) noexcept |
| |
◆ additionalInfo()
| const String & opcua::DiagnosticInfo::additionalInfo |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasAdditionalInfo()
| bool opcua::DiagnosticInfo::hasAdditionalInfo |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasInnerDiagnosticInfo()
| bool opcua::DiagnosticInfo::hasInnerDiagnosticInfo |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasInnerStatusCode()
| bool opcua::DiagnosticInfo::hasInnerStatusCode |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasLocale()
| bool opcua::DiagnosticInfo::hasLocale |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasLocalizedText()
| bool opcua::DiagnosticInfo::hasLocalizedText |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasNamespaceUri()
| bool opcua::DiagnosticInfo::hasNamespaceUri |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasSymbolicId()
| bool opcua::DiagnosticInfo::hasSymbolicId |
( |
| ) |
const |
|
inlinenoexcept |
◆ innerDiagnosticInfo()
| const DiagnosticInfo * opcua::DiagnosticInfo::innerDiagnosticInfo |
( |
| ) |
const |
|
inlinenoexcept |
◆ innerStatusCode()
| StatusCode opcua::DiagnosticInfo::innerStatusCode |
( |
| ) |
const |
|
inlinenoexcept |
◆ locale()
| int32_t opcua::DiagnosticInfo::locale |
( |
| ) |
const |
|
inlinenoexcept |
◆ localizedText()
| int32_t opcua::DiagnosticInfo::localizedText |
( |
| ) |
const |
|
inlinenoexcept |
◆ namespaceUri()
| int32_t opcua::DiagnosticInfo::namespaceUri |
( |
| ) |
const |
|
inlinenoexcept |
◆ symbolicId()
| int32_t opcua::DiagnosticInfo::symbolicId |
( |
| ) |
const |
|
inlinenoexcept |
◆ Wrapper() [1/5]
◆ Wrapper() [2/5]
Copy constructor with native object.
Definition at line 151 of file wrapper.hpp.
◆ Wrapper() [3/5]
◆ Wrapper() [4/5]
Move constructor with native object.
Definition at line 159 of file wrapper.hpp.
◆ Wrapper() [5/5]