#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 |
|
◆ RequestHeader()
opcua::ua::RequestHeader::RequestHeader |
( |
NodeId |
authenticationToken, |
|
|
DateTime |
timestamp, |
|
|
IntegerId |
requestHandle, |
|
|
uint32_t |
returnDiagnostics, |
|
|
std::string_view |
auditEntryId, |
|
|
uint32_t |
timeoutHint, |
|
|
ExtensionObject |
additionalHeader |
|
) |
| |
|
inline |
◆ additionalHeader() [1/2]
const ExtensionObject & opcua::ua::RequestHeader::additionalHeader |
( |
| ) |
const |
|
inlinenoexcept |
◆ additionalHeader() [2/2]
◆ auditEntryId() [1/2]
const String & opcua::ua::RequestHeader::auditEntryId |
( |
| ) |
const |
|
inlinenoexcept |
◆ auditEntryId() [2/2]
String & opcua::ua::RequestHeader::auditEntryId |
( |
| ) |
|
|
inlinenoexcept |
◆ authenticationToken() [1/2]
const NodeId & opcua::ua::RequestHeader::authenticationToken |
( |
| ) |
const |
|
inlinenoexcept |
◆ authenticationToken() [2/2]
NodeId & opcua::ua::RequestHeader::authenticationToken |
( |
| ) |
|
|
inlinenoexcept |
◆ requestHandle()
IntegerId opcua::ua::RequestHeader::requestHandle |
( |
| ) |
const |
|
inlinenoexcept |
◆ returnDiagnostics()
uint32_t opcua::ua::RequestHeader::returnDiagnostics |
( |
| ) |
const |
|
inlinenoexcept |
◆ timeoutHint()
uint32_t opcua::ua::RequestHeader::timeoutHint |
( |
| ) |
const |
|
inlinenoexcept |
◆ timestamp() [1/2]
const DateTime & opcua::ua::RequestHeader::timestamp |
( |
| ) |
const |
|
inlinenoexcept |
◆ timestamp() [2/2]
DateTime & opcua::ua::RequestHeader::timestamp |
( |
| ) |
|
|
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]