EvolvingObjects
eoFuncPtrStat< EOT, T > Class Template Reference

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

#include <eoFuncPtrStat.h>

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

List of all members.

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

Detailed Description

template<class EOT, class T>
class eoFuncPtrStat< EOT, T >

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.


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