open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ua::SetTriggeringResponse Class Reference

#include <types.hpp>

Inheritance diagram for opcua::ua::SetTriggeringResponse:
[legend]

Detailed Description

Public Member Functions

const ResponseHeaderresponseHeader () const noexcept
 
const ResponseHeadergetResponseHeader () const noexcept
 
ResponseHeaderresponseHeader () noexcept
 
ResponseHeadergetResponseHeader () noexcept
 
Span< const StatusCodeaddResults () const noexcept
 
Span< StatusCodeaddResults () noexcept
 
Span< const StatusCodegetAddResults () const noexcept
 
Span< StatusCodegetAddResults () noexcept
 
Span< const DiagnosticInfoaddDiagnosticInfos () const noexcept
 
Span< DiagnosticInfoaddDiagnosticInfos () noexcept
 
Span< const DiagnosticInfogetAddDiagnosticInfos () const noexcept
 
Span< DiagnosticInfogetAddDiagnosticInfos () noexcept
 
Span< const StatusCoderemoveResults () const noexcept
 
Span< StatusCoderemoveResults () noexcept
 
Span< const StatusCodegetRemoveResults () const noexcept
 
Span< StatusCodegetRemoveResults () noexcept
 
Span< const DiagnosticInforemoveDiagnosticInfos () const noexcept
 
Span< DiagnosticInforemoveDiagnosticInfos () noexcept
 
Span< const DiagnosticInfogetRemoveDiagnosticInfos () const noexcept
 
Span< DiagnosticInfogetRemoveDiagnosticInfos () noexcept
 
constexpr TypeWrapper () noexcept=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_SetTriggeringResponse, UA_TYPES_SETTRIGGERINGRESPONSE >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_SetTriggeringResponse &native)
 
constexpr TypeWrapper (UA_SetTriggeringResponse &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_SetTriggeringResponse &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_SetTriggeringResponse &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_SetTriggeringResponse >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_SetTriggeringResponse &native) noexcept
 
constexpr Wrapper (UA_SetTriggeringResponse &&native) noexcept
 
constexpr Wrapperoperator= (const UA_SetTriggeringResponse &native) noexcept
 
constexpr Wrapperoperator= (UA_SetTriggeringResponse &&native) noexcept
 
constexpr operator UA_SetTriggeringResponse & () noexcept
 
constexpr operator const UA_SetTriggeringResponse & () const noexcept
 
constexpr UA_SetTriggeringResponseoperator-> () noexcept
 
constexpr const UA_SetTriggeringResponseoperator-> () const noexcept
 
constexpr UA_SetTriggeringResponsehandle () noexcept
 
constexpr const UA_SetTriggeringResponsehandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_SetTriggeringResponse &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_SetTriggeringResponse >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_SetTriggeringResponse, UA_TYPES_SETTRIGGERINGRESPONSE >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_SetTriggeringResponse, UA_TYPES_SETTRIGGERINGRESPONSE >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_SetTriggeringResponse >
constexpr const UA_SetTriggeringResponsenative () const noexcept
 
constexpr UA_SetTriggeringResponsenative () noexcept
 

Member Function Documentation

◆ responseHeader() [1/2]

const ResponseHeader & opcua::ua::SetTriggeringResponse::responseHeader ( ) const
inlinenoexcept

Definition at line 2259 of file types.hpp.

◆ getResponseHeader() [1/2]

const ResponseHeader & opcua::ua::SetTriggeringResponse::getResponseHeader ( ) const
inlinenoexcept
Deprecated
Use responseHeader instead

Definition at line 2259 of file types.hpp.

◆ responseHeader() [2/2]

ResponseHeader & opcua::ua::SetTriggeringResponse::responseHeader ( )
inlinenoexcept

Definition at line 2259 of file types.hpp.

◆ getResponseHeader() [2/2]

ResponseHeader & opcua::ua::SetTriggeringResponse::getResponseHeader ( )
inlinenoexcept
Deprecated
Use responseHeader instead

Definition at line 2259 of file types.hpp.

◆ addResults() [1/2]

Span< const StatusCode > opcua::ua::SetTriggeringResponse::addResults ( ) const
inlinenoexcept

Definition at line 2260 of file types.hpp.

◆ addResults() [2/2]

Span< StatusCode > opcua::ua::SetTriggeringResponse::addResults ( )
inlinenoexcept

Definition at line 2260 of file types.hpp.

◆ getAddResults() [1/2]

Span< const StatusCode > opcua::ua::SetTriggeringResponse::getAddResults ( ) const
inlinenoexcept
Deprecated
Use addResults instead

Definition at line 2260 of file types.hpp.

◆ getAddResults() [2/2]

Span< StatusCode > opcua::ua::SetTriggeringResponse::getAddResults ( )
inlinenoexcept
Deprecated
Use addResults instead

Definition at line 2260 of file types.hpp.

◆ addDiagnosticInfos() [1/2]

Span< const DiagnosticInfo > opcua::ua::SetTriggeringResponse::addDiagnosticInfos ( ) const
inlinenoexcept

Definition at line 2263 of file types.hpp.

◆ addDiagnosticInfos() [2/2]

Span< DiagnosticInfo > opcua::ua::SetTriggeringResponse::addDiagnosticInfos ( )
inlinenoexcept

Definition at line 2263 of file types.hpp.

◆ getAddDiagnosticInfos() [1/2]

Span< const DiagnosticInfo > opcua::ua::SetTriggeringResponse::getAddDiagnosticInfos ( ) const
inlinenoexcept
Deprecated
Use addDiagnosticInfos instead

Definition at line 2263 of file types.hpp.

◆ getAddDiagnosticInfos() [2/2]

Span< DiagnosticInfo > opcua::ua::SetTriggeringResponse::getAddDiagnosticInfos ( )
inlinenoexcept
Deprecated
Use addDiagnosticInfos instead

Definition at line 2263 of file types.hpp.

◆ removeResults() [1/2]

Span< const StatusCode > opcua::ua::SetTriggeringResponse::removeResults ( ) const
inlinenoexcept

Definition at line 2264 of file types.hpp.

◆ removeResults() [2/2]

Span< StatusCode > opcua::ua::SetTriggeringResponse::removeResults ( )
inlinenoexcept

Definition at line 2264 of file types.hpp.

◆ getRemoveResults() [1/2]

Span< const StatusCode > opcua::ua::SetTriggeringResponse::getRemoveResults ( ) const
inlinenoexcept
Deprecated
Use removeResults instead

Definition at line 2264 of file types.hpp.

◆ getRemoveResults() [2/2]

Span< StatusCode > opcua::ua::SetTriggeringResponse::getRemoveResults ( )
inlinenoexcept
Deprecated
Use removeResults instead

Definition at line 2264 of file types.hpp.

◆ removeDiagnosticInfos() [1/2]

Span< const DiagnosticInfo > opcua::ua::SetTriggeringResponse::removeDiagnosticInfos ( ) const
inlinenoexcept

Definition at line 2267 of file types.hpp.

◆ removeDiagnosticInfos() [2/2]

Span< DiagnosticInfo > opcua::ua::SetTriggeringResponse::removeDiagnosticInfos ( )
inlinenoexcept

Definition at line 2267 of file types.hpp.

◆ getRemoveDiagnosticInfos() [1/2]

Span< const DiagnosticInfo > opcua::ua::SetTriggeringResponse::getRemoveDiagnosticInfos ( ) const
inlinenoexcept
Deprecated
Use removeDiagnosticInfos instead

Definition at line 2267 of file types.hpp.

◆ getRemoveDiagnosticInfos() [2/2]

Span< DiagnosticInfo > opcua::ua::SetTriggeringResponse::getRemoveDiagnosticInfos ( )
inlinenoexcept
Deprecated
Use removeDiagnosticInfos instead

Definition at line 2267 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

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

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.