Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Public Member Functions | List of all members
toolbox::util::Alarm Class Reference

#include <toolbox/util/Alarm.hpp>

Public Member Functions

template<typename RepT , typename PeriodT , typename FnT >
 Alarm (std::chrono::duration< RepT, PeriodT > d, FnT fn) noexcept
 
 ~Alarm ()
 
 Alarm (const Alarm &)=delete
 
Alarmoperator= (const Alarm &)=delete
 
 Alarm (Alarm &&)=delete
 
Alarmoperator= (Alarm &&)=delete
 

Detailed Description

Definition at line 25 of file Alarm.hpp.

Constructor & Destructor Documentation

◆ Alarm() [1/3]

toolbox::util::Alarm::Alarm ( std::chrono::duration< RepT, PeriodT d,
FnT  fn 
)
inlineexplicitnoexcept

Definition at line 28 of file Alarm.hpp.

◆ ~Alarm()

toolbox::util::Alarm::~Alarm ( )
inline

Definition at line 32 of file Alarm.hpp.

◆ Alarm() [2/3]

toolbox::util::Alarm::Alarm ( const Alarm )
delete

◆ Alarm() [3/3]

toolbox::util::Alarm::Alarm ( Alarm &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

Alarm & toolbox::util::Alarm::operator= ( const Alarm )
delete

◆ operator=() [2/2]

Alarm & toolbox::util::Alarm::operator= ( Alarm &&  )
delete

The documentation for this class was generated from the following file: