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 |
OEIsMemberPtr()
OEIsMemberPtr(OESystem::OEIter<C> &i)
template<class T>
OEIsMemberPtr(T bgn, T end)
Default and copy constructors.
OEIsMemberPtr<C> &operator=(const OEIsMemberPtr<C> &rhs)
bool operator()(const C &arg) const
OESystem::OEUnaryPredicate<C> *CreateCopy() const
template<class T>
bool Set(T bgn, T end)