template<class Arg>
class OEAnd : public OEUnaryPredicate<Arg>
This class represents OEAnd.
The following methods are publicly inherited from OEUnaryPredicate:
| operator() | CreateCopy | CreatePredicateCopy |
The following methods are publicly inherited from OEUnaryFunction:
| operator() | CreateCopy |
OEAnd()
OEAnd(const OEAnd &rhs)
OEAnd(const OEUnaryPredicate<Arg> &func1,
const OEUnaryPredicate<Arg> &func2)
Default and copy constructors.
OEAnd &operator=(const OEAnd &rhs)
bool operator()(const Arg &arg) const
OEUnaryFunction<Arg, bool> *CreateCopy() const