Rosetta 3.4
|
: singleton checkpoint timer class More...
#include <Checkpoint.hh>
Public Member Functions | |
void | set_interval (const int interval_in) |
Static Public Member Functions | |
static Timer & | instance (void) |
static bool | is_on (void) |
static bool | time_to_checkpoint (void) |
static void | reset (void) |
: singleton checkpoint timer class
Timer & protocols::checkpoint::Timer::instance | ( | void | ) | [static] |
Referenced by protocols::checkpoint::checkpoint_with_interval().
bool protocols::checkpoint::Timer::is_on | ( | void | ) | [static] |
void protocols::checkpoint::Timer::reset | ( | void | ) | [static] |
void protocols::checkpoint::Timer::set_interval | ( | const int | interval_in | ) |
Referenced by protocols::checkpoint::checkpoint_with_interval().
bool protocols::checkpoint::Timer::time_to_checkpoint | ( | void | ) | [static] |
Referenced by protocols::checkpoint::CheckPointer::checkpoint().