#include <eoExternalOpFunctions.h>

Public Member Functions | |
| eoExternalQuadOp (bool(*_quadop)(External &, External &)) | |
| bool | operator() (ExternalEO &eo1, ExternalEO &eo2) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| bool(* | quadop )(External &, External &) |
bool func(External&, External&);
Where External is the user defined struct or class The function should return true when it changed something, false otherwise
Definition at line 154 of file eoExternalOpFunctions.h.
1.5.5