OEBinaryAnd

template<class Arg1, class Arg2>
class OEBinaryAnd : public OEBinaryPredicate<Arg1, Arg2>

This class represents OEBinaryAnd.

The following methods are publicly inherited from OEBinaryPredicate:

operator()

CreateCopy

CreatePredicateCopy

The following methods are publicly inherited from OEBinaryFunction:

operator()

CreateCopy

Constructors

OEBinaryAnd()
OEBinaryAnd(const OEBinaryAnd& rhs)
OEBinaryAnd(const OEBinaryPredicate<Arg1, Arg2>& func1,
            const OEBinaryPredicate<Arg1, Arg2>& func2)

Default and copy constructors.

operator=

OEBinaryAnd& operator=(const OEBinaryAnd& rhs)

Assignment operator.

operator()

bool operator()(const Arg1& arg1, const Arg2& arg2) const

CreateCopy

OEBinaryFunction<Arg1, Arg2, bool>* CreateCopy() const