#include <eoSecondsElapsedContinue.h>

Public Member Functions | |
| eoSecondsElapsedContinue (int nSeconds) | |
| virtual bool | operator() (const eoPop< EOT > &_vEO) |
| virtual std::string | className (void) const |
| void | readFrom (std::istream &__is) |
| Read object. | |
| void | printOn (std::ostream &__os) const |
| Write object. | |
Private Attributes | |
| time_t | start |
| int | seconds |
Definition at line 33 of file eoSecondsElapsedContinue.h.
| void eoSecondsElapsedContinue< EOT >::readFrom | ( | std::istream & | _is | ) | [inline, virtual] |
Read object.
| _is | A std::istream. |
| runtime_std::exception | If a valid object can't be read. |
Reimplemented from eoContinue< EOT >.
Definition at line 53 of file eoSecondsElapsedContinue.h.
| void eoSecondsElapsedContinue< EOT >::printOn | ( | std::ostream & | _os | ) | const [inline, virtual] |
Write object.
It's called printOn since it prints the object on a stream.
| _os | A std::ostream. |
Reimplemented from eoContinue< EOT >.
Definition at line 58 of file eoSecondsElapsedContinue.h.
1.5.5