GEDLIB
1.0
|
A timer class that can be used by methods that support time limits. More...
#include <timer.hpp>
Public Member Functions | |
Timer (double time_limit_in_sec) | |
Constructs a timer for a given time limit. More... | |
bool | expired () const |
Checks if the time limit has expired. More... | |
A timer class that can be used by methods that support time limits.
ged::Timer::Timer | ( | double | time_limit_in_sec | ) |
bool ged::Timer::expired | ( | ) | const |