ALPS MPS Codes
Reference documentation.
|
#include <time_stopper.h>
Public Member Functions | |
time_stopper (double timelimit) | |
bool | valid () const |
bool | operator() () const |
boost::chrono::duration< double > | time_left () const |
Definition at line 34 of file time_stopper.h.
time_stopper::time_stopper | ( | double | timelimit | ) |
Definition at line 29 of file time_stopper.cpp.
bool time_stopper::operator() | ( | ) | const |
Definition at line 38 of file time_stopper.cpp.
boost::chrono::duration< double > time_stopper::time_left | ( | ) | const |
Definition at line 42 of file time_stopper.cpp.
bool time_stopper::valid | ( | ) | const |
Definition at line 34 of file time_stopper.cpp.