eoExternalBinOp< F, External, ExternalEO > Class Template Reference

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

#include <eoExternalOpFunctions.h>

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

eoBinOp< ExternalEO > eoOp< ExternalEO > eoBF< A1, A2, R > eoFunctorBase List of all members.

Public Member Functions

 eoExternalBinOp (bool(*_binop)(External &, const External &))
bool operator() (ExternalEO &eo1, const ExternalEO &eo2)

Private Attributes

bool(* binop )(External &, const External &)

Detailed Description

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

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

bool func(External&, const External&);

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

Definition at line 128 of file eoExternalOpFunctions.h.


The documentation for this class was generated from the following file:
Generated on Thu Apr 19 11:02:31 2007 for EO by  doxygen 1.4.7