open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ResponseHeader Class Reference

#include <types_composed.hpp>

Inheritance diagram for opcua::ResponseHeader:
[legend]

Detailed Description

Public Member Functions

const DateTimegetTimestamp () const noexcept
 
DateTimegetTimestamp () noexcept
 
uint32_t getRequestHandle () const noexcept
 
StatusCode getServiceResult () const noexcept
 
const DiagnosticInfogetServiceDiagnostics () const noexcept
 
DiagnosticInfogetServiceDiagnostics () noexcept
 
Span< const StringgetStringTable () const noexcept
 
Span< StringgetStringTable () noexcept
 
const ExtensionObjectgetAdditionalHeader () const noexcept
 
ExtensionObjectgetAdditionalHeader () 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_ResponseHeader, UA_TYPES_RESPONSEHEADER >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_ResponseHeader &native)
 
constexpr TypeWrapper (UA_ResponseHeader &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ResponseHeader &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ResponseHeader &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_ResponseHeader &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_ResponseHeader >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_ResponseHeader &native)
 
constexpr Wrapper (UA_ResponseHeader &&native) noexcept
 
constexpr operator UA_ResponseHeader & () noexcept
 
constexpr operator const UA_ResponseHeader & () const noexcept
 
constexpr UA_ResponseHeaderoperator-> () noexcept
 
constexpr const UA_ResponseHeaderoperator-> () const noexcept
 
constexpr UA_ResponseHeaderhandle () noexcept
 
constexpr const UA_ResponseHeaderhandle () const noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_ResponseHeader >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_ResponseHeader, UA_TYPES_RESPONSEHEADER >
static constexpr TypeIndex getTypeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ResponseHeader, UA_TYPES_RESPONSEHEADER >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_ResponseHeader >
constexpr const UA_ResponseHeadernative () const noexcept
 
constexpr UA_ResponseHeadernative () noexcept
 

Member Function Documentation

◆ getTimestamp() [1/2]

const DateTime & opcua::ResponseHeader::getTimestamp ( ) const
inlinenoexcept

Definition at line 162 of file types_composed.hpp.

◆ getTimestamp() [2/2]

DateTime & opcua::ResponseHeader::getTimestamp ( )
inlinenoexcept

Definition at line 162 of file types_composed.hpp.

◆ getRequestHandle()

uint32_t opcua::ResponseHeader::getRequestHandle ( ) const
inlinenoexcept

Definition at line 163 of file types_composed.hpp.

◆ getServiceResult()

StatusCode opcua::ResponseHeader::getServiceResult ( ) const
inlinenoexcept

Definition at line 164 of file types_composed.hpp.

◆ getServiceDiagnostics() [1/2]

const DiagnosticInfo & opcua::ResponseHeader::getServiceDiagnostics ( ) const
inlinenoexcept

Definition at line 165 of file types_composed.hpp.

◆ getServiceDiagnostics() [2/2]

DiagnosticInfo & opcua::ResponseHeader::getServiceDiagnostics ( )
inlinenoexcept

Definition at line 165 of file types_composed.hpp.

◆ getStringTable() [1/2]

Span< const String > opcua::ResponseHeader::getStringTable ( ) const
inlinenoexcept

Definition at line 166 of file types_composed.hpp.

◆ getStringTable() [2/2]

Span< String > opcua::ResponseHeader::getStringTable ( )
inlinenoexcept

Definition at line 166 of file types_composed.hpp.

◆ getAdditionalHeader() [1/2]

const ExtensionObject & opcua::ResponseHeader::getAdditionalHeader ( ) const
inlinenoexcept

Definition at line 167 of file types_composed.hpp.

◆ getAdditionalHeader() [2/2]

ExtensionObject & opcua::ResponseHeader::getAdditionalHeader ( )
inlinenoexcept

Definition at line 167 of file types_composed.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 30 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

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

Constructor with native object (move rvalue).

Definition at line 34 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 42 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 46 of file typewrapper.hpp.