EvolvingObjects
eoFunctorStat< EOT, T > Class Template Reference

Wrapper to turn any stand-alone function and into an eoStat. More...

#include <eoFuncPtrStat.h>

Inheritance diagram for eoFunctorStat< EOT, T >:
eoStat< EOT, T > eoValueParam< T > eoStatBase< EOT > eoParam eoUF< const eoPop< EOT > &, void > eoFunctorBase unary_function

List of all members.

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

Detailed Description

template<class EOT, class T>
class eoFunctorStat< EOT, T >

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.


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