EvolvingObjects
eoSIGContinue< EOT > Class Template Reference

A continuator that stops if a given signal is received during the execution. More...

#include <eoSIGContinue.h>

Inheritance diagram for eoSIGContinue< EOT >:
eoContinue< EOT > eoUF< const eoPop< EOT > &, bool > eoPersistent eoFunctorBase unary_function eoPrintable

List of all members.

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

Detailed Description

template<class EOT>
class eoSIGContinue< EOT >

A continuator that stops if a given signal is received during the execution.

Definition at line 54 of file eoSIGContinue.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends