Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
time_shield::detail::RunningTimerScope Struct Reference

#include <TimerScheduler.hpp>

Public Member Functions

 RunningTimerScope (TimerState *state)
 
 ~RunningTimerScope ()
 

Private Attributes

TimerStatem_previous
 

Detailed Description

Definition at line 62 of file TimerScheduler.hpp.

Constructor & Destructor Documentation

◆ RunningTimerScope()

time_shield::detail::RunningTimerScope::RunningTimerScope ( TimerState * state)
inlineexplicit

Definition at line 63 of file TimerScheduler.hpp.

◆ ~RunningTimerScope()

time_shield::detail::RunningTimerScope::~RunningTimerScope ( )
inline

Definition at line 68 of file TimerScheduler.hpp.

Member Data Documentation

◆ m_previous

TimerState* time_shield::detail::RunningTimerScope::m_previous
private

Definition at line 73 of file TimerScheduler.hpp.


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