|
EvolvingObjects
|
A continuator that stops if a given signal is received during the execution. More...
#include <eoSIGContinue.h>
Public Member Functions | |
| eoSIGContinue (int sig, sighandler_t fct) | |
| Ctor : installs the signal handler. | |
| virtual bool | operator() (const eoPop< EOT > &_vEO) |
| Returns false when the signal has been typed in reached. | |
| virtual std::string | className (void) const |
Private Attributes | |
| int | _sig |
| sighandler_t | _fct |
A continuator that stops if a given signal is received during the execution.
Definition at line 54 of file eoSIGContinue.h.