Warning
This functionality is only available in the C++ toolkits.
OEConcatIter
template<class A>
class OEConcatIter : public OEIterBase<A>
This class represents OEConcatIter.
The following methods are publicly inherited from OEIterBase:
Constructors
OEConcatIter()
OEConcatIter(OEIterBase<A>* rhs)
OEConcatIter(const OEConcatIter<A>& rhs)
OEConcatIter(OEIterBase<A>* ib1, OEIterBase<A>* ib2)
Default and copy constructors.
operator bool
IsValid() -> bool
Copy
OEIterBase<A> *Copy() const
Push
OEIterBase<A> *Push(OEIterBase<A> *ib)
ToFirst
OEIterBase<A> &ToFirst()
ToLast
OEIterBase<A> &ToLast()