12#ifndef ARCANE_CORE_ITIMERMNG_H
13#define ARCANE_CORE_ITIMERMNG_H
95 ARCCORE_DEPRECATED_2019(
"Do not use this method")
Declarations of Arcane's general types.
Interface of a timer manager.
virtual Real endTimer(Timer *timer)=0
Releases the timer timer.
virtual bool hasTimer(Timer *timer)=0
Indicates if the timer timer is registered.
virtual void beginTimer(Timer *timer)=0
Attaches the timer timer to this manager.
virtual ~ITimerMng()=default
Frees resources.
virtual Real getTime(Timer *timer)=0
Time elapsed since the last call to beginTimer().
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
double Real
Type representing a real number.