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

#include <types.hpp>

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

Detailed Description

UA_SetTriggeringResponse wrapper class.

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

Definition at line 2201 of file types.hpp.

Public Member Functions

const ResponseHeaderresponseHeader () const noexcept
 
ResponseHeaderresponseHeader () noexcept
 
Span< const StatusCodeaddResults () const noexcept
 
Span< StatusCodeaddResults () noexcept
 
Span< const DiagnosticInfoaddDiagnosticInfos () const noexcept
 
Span< DiagnosticInfoaddDiagnosticInfos () noexcept
 
Span< const StatusCoderemoveResults () const noexcept
 
Span< StatusCoderemoveResults () noexcept
 
Span< const DiagnosticInforemoveDiagnosticInfos () const noexcept
 
Span< DiagnosticInforemoveDiagnosticInfos () 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

◆ addDiagnosticInfos() [1/2]

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

Definition at line 2208 of file types.hpp.

◆ addDiagnosticInfos() [2/2]

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

Definition at line 2208 of file types.hpp.

◆ addResults() [1/2]

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

Definition at line 2207 of file types.hpp.

◆ addResults() [2/2]

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

Definition at line 2207 of file types.hpp.

◆ removeDiagnosticInfos() [1/2]

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

Definition at line 2210 of file types.hpp.

◆ removeDiagnosticInfos() [2/2]

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

Definition at line 2210 of file types.hpp.

◆ removeResults() [1/2]

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

Definition at line 2209 of file types.hpp.

◆ removeResults() [2/2]

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

Definition at line 2209 of file types.hpp.

◆ responseHeader() [1/2]

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

Definition at line 2206 of file types.hpp.

◆ responseHeader() [2/2]

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

Definition at line 2206 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.