OEOr

template<class Arg>
class OEOr : public OEUnaryPredicate<Arg>

This class represents OEOr.

The following methods are publicly inherited from OEUnaryPredicate:

operator() CreateCopy CreatePredicateCopy

The following methods are publicly inherited from OEUnaryFunction:

operator() CreateCopy  

Constructors

OEOr()
OEOr(const OEOr<Arg> &rhs)
OEOr(const OEUnaryPredicate<Arg> &func1,
     const OEUnaryPredicate<Arg> &func2)

Default and copy constructors.

operator=

OEOr &operator=(const OEOr<Arg> &rhs)

operator()

bool operator()(const Arg &arg) const

CreateCopy

OEUnaryFunction<Arg, bool> *CreateCopy() const