eoExternalMonOp< F, External, ExternalEO > Class Template Reference

Mutation of external struct, ctor expects a function of the following signature:. More...

#include <eoExternalOpFunctions.h>

Inheritance diagram for eoExternalMonOp< F, External, ExternalEO >:

eoMonOp< ExternalEO > eoOp< ExternalEO > eoUF< ExternalEO &, bool > eoFunctorBase

List of all members.

Public Member Functions

 eoExternalMonOp (bool(*_mutate)(External &))
bool operator() (ExternalEO &eo)
 The pure virtual function that needs to be implemented by the subclass.

Private Attributes

bool(* mutate )(External &)


Detailed Description

template<class F, class External, class ExternalEO = eoExternalEO<F, External>>
class eoExternalMonOp< F, External, ExternalEO >

Mutation of external struct, ctor expects a function of the following signature:.

bool func(External&);

Where External is the user defined struct or class. The function should return true when it changed something, false otherwise

Definition at line 102 of file eoExternalOpFunctions.h.


The documentation for this class was generated from the following file:

Generated on Thu Jan 1 23:19:45 2009 for EvolvingObjects by  doxygen 1.5.5