#include <eoUpdater.h>

Public Member Functions | |
| eoTimedStateSaver (time_t _interval, const eoState &_state, std::string _prefix="state", std::string _extension="sav") | |
| void | operator() (void) |
| The pure virtual function that needs to be implemented by the subclass. | |
| virtual std::string | className (void) const |
Private Attributes | |
| const eoState & | state |
| const time_t | interval |
| time_t | last_time |
| const time_t | first_time |
| const std::string | prefix |
| const std::string | extension |
Definition at line 109 of file eoUpdater.h.
1.5.5