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

#include <types_composed.hpp>

Inheritance diagram for opcua::MonitoredItemModifyResult:
[legend]

Detailed Description

Public Member Functions

const StatusCodegetStatusCode () const noexcept
 
StatusCodegetStatusCode () noexcept
 
double getRevisedSamplingInterval () const noexcept
 
uint32_t getRevisedQueueSize () const noexcept
 
const ExtensionObjectgetFilterResult () const noexcept
 
ExtensionObjectgetFilterResult () 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_MonitoredItemModifyResult, UA_TYPES_MONITOREDITEMMODIFYRESULT >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_MonitoredItemModifyResult &native)
 
constexpr TypeWrapper (UA_MonitoredItemModifyResult &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_MonitoredItemModifyResult &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_MonitoredItemModifyResult &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_MonitoredItemModifyResult &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_MonitoredItemModifyResult >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_MonitoredItemModifyResult &native)
 
constexpr Wrapper (UA_MonitoredItemModifyResult &&native) noexcept
 
constexpr operator UA_MonitoredItemModifyResult & () noexcept
 
constexpr operator const UA_MonitoredItemModifyResult & () const noexcept
 
constexpr UA_MonitoredItemModifyResultoperator-> () noexcept
 
constexpr const UA_MonitoredItemModifyResultoperator-> () const noexcept
 
constexpr UA_MonitoredItemModifyResulthandle () noexcept
 
constexpr const UA_MonitoredItemModifyResulthandle () const noexcept
 

Additional Inherited Members

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

Member Function Documentation

◆ getStatusCode() [1/2]

const StatusCode & opcua::MonitoredItemModifyResult::getStatusCode ( ) const
inlinenoexcept

Definition at line 1970 of file types_composed.hpp.

◆ getStatusCode() [2/2]

StatusCode & opcua::MonitoredItemModifyResult::getStatusCode ( )
inlinenoexcept

Definition at line 1970 of file types_composed.hpp.

◆ getRevisedSamplingInterval()

double opcua::MonitoredItemModifyResult::getRevisedSamplingInterval ( ) const
inlinenoexcept

Definition at line 1971 of file types_composed.hpp.

◆ getRevisedQueueSize()

uint32_t opcua::MonitoredItemModifyResult::getRevisedQueueSize ( ) const
inlinenoexcept

Definition at line 1972 of file types_composed.hpp.

◆ getFilterResult() [1/2]

const ExtensionObject & opcua::MonitoredItemModifyResult::getFilterResult ( ) const
inlinenoexcept

Definition at line 1973 of file types_composed.hpp.

◆ getFilterResult() [2/2]

ExtensionObject & opcua::MonitoredItemModifyResult::getFilterResult ( )
inlinenoexcept

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