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