|
EvolvingObjects
|
Timed continuator: continues until a number of seconds is used. More...
#include <eoSecondsElapsedContinue.h>
Public Member Functions | |
| eoSecondsElapsedContinue (int nSeconds) | |
| virtual bool | operator() (const eoPop< EOT > &_vEO) |
| The pure virtual function that needs to be implemented by the subclass. | |
| virtual std::string | className (void) const |
| void | readFrom (std::istream &__is) |
| REad from a stream. | |
| void | printOn (std::ostream &__os) const |
| Print on a stream. | |
Private Attributes | |
| time_t | start |
| int | seconds |
Timed continuator: continues until a number of seconds is used.
Definition at line 36 of file eoSecondsElapsedContinue.h.
| void eoSecondsElapsedContinue< EOT >::readFrom | ( | std::istream & | __is | ) | [inline, virtual] |
REad from a stream.
| __is | the ostream to read from |
Reimplemented from eoContinue< EOT >.
Definition at line 59 of file eoSecondsElapsedContinue.h.
| void eoSecondsElapsedContinue< EOT >::printOn | ( | std::ostream & | __os | ) | const [inline, virtual] |
Print on a stream.
| __os | the ostream to print on |
Reimplemented from eoContinue< EOT >.
Definition at line 67 of file eoSecondsElapsedContinue.h.