EvolvingObjects
|
Crossover of external struct, ctor expects a function of the following signature: More...
#include <eoExternalOpFunctions.h>
Public Member Functions | |
eoExternalBinOp (bool(*_binop)(External &, const External &)) | |
bool | operator() (ExternalEO &eo1, const ExternalEO &eo2) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
bool(* | binop )(External &, const External &) |
Crossover of external struct, ctor expects a function of the following signature:
bool func(External&, const External&);
Where External is the user defined struct or class The function should return true when it changed something, false otherwise
Definition at line 136 of file eoExternalOpFunctions.h.