EvolvingObjects
|
Wrapper to turn any stand-alone function and into an eoStat. More...
#include <eoFuncPtrStat.h>
Public Member Functions | |
eoFunctorStat (eoUF< const eoPop< EOT > &, T > &f, std::string _description="functor") | |
void | operator() (const eoPop< EOT > &pop) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
eoUF< const eoPop< EOT > &, T > & | func |
Wrapper to turn any stand-alone function and into an eoStat.
The function should take an eoPop as argument.
Definition at line 53 of file eoFuncPtrStat.h.