sisi4s
Loading...
Searching...
No Matches
Timer.hpp
Go to the documentation of this file.
1#ifndef TIMER_DEFINED
2#define TIMER_DEFINED
3
4#include <util/Time.hpp>
5
6namespace sisi4s {
12class Timer {
13public:
14 Timer(Time *time);
15 ~Timer();
16
17protected:
20};
21} // namespace sisi4s
22
23#endif
Definition Time.hpp:17
Definition Timer.hpp:12
~Timer()
Definition Timer.cxx:20
Time start
Definition Timer.hpp:19
Time * time
Definition Timer.hpp:18
Definition Algorithm.hpp:10