OEIsMemberPtr

template<class C>
class OEIsMemberPtr : public OESystem::OEUnaryPredicate<C>

This class represents OEIsMemberPtr.

The following methods are publicly inherited from OEUnaryPredicate:

operator() CreateCopy CreatePredicateCopy

The following methods are publicly inherited from OEUnaryFunction:

operator() CreateCopy  

Constructors

OEIsMemberPtr()
OEIsMemberPtr(OESystem::OEIter<C> &i)
template<class T>
OEIsMemberPtr(T bgn, T end)

Default and copy constructors.

operator=

OEIsMemberPtr<C> &operator=(const OEIsMemberPtr<C> &rhs)

operator()

bool operator()(const C &arg) const

CreateCopy

OESystem::OEUnaryPredicate<C> *CreateCopy() const

Set

template<class T>
bool Set(T bgn, T end)