EvolvingObjects
eoSignal< EOT > Class Template Reference

eoSignal inherits from eoCheckPoint including signals handling (see signal(7)) More...

#include <eoSignal.h>

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

List of all members.

Classes

class  DummyContinue

Public Member Functions

 eoSignal (int sig=SIGINT)
 eoSignal (eoContinue< EOT > &_cont, int sig=SIGINT)
bool operator() (const eoPop< EOT > &_pop)
 The pure virtual function that needs to be implemented by the subclass.
virtual std::string className (void) const

Static Public Member Functions

static void handler (int sig)

Private Attributes

eoSignal::DummyContinue _dummyContinue
int _sig

Detailed Description

template<class EOT>
class eoSignal< EOT >

eoSignal inherits from eoCheckPoint including signals handling (see signal(7))

Definition at line 48 of file eoSignal.h.


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