#include <eoFlOrBinOp.h>

Public Types | |
| typedef EOT::AtomType | AtomType |
Public Member Functions | |
| eoFlOrAtomBinOp (eoBinOp< AtomType > &_op, unsigned _k=1) | |
| default ctor: requires an Atom BinOp and an unsigned | |
| bool | operator() (EOT &_eo1, const EOT &_eo2) |
| applies the Atom BinOp to some components | |
| virtual string | className () const |
| inherited className() | |
Private Attributes | |
| unsigned | k |
| eoBinOp< AtomType > & | op |
Definition at line 92 of file eoFlOrBinOp.h.
1.5.5