Template Class SelectIterator# Defined in File IteratorCompound.h Class Documentation# template<class T, class TU, class Iterator, class Select>class SelectIterator# Public Functions inline SelectIterator(Iterator it, const Select &s)# inline SelectIterator(const Iterator &it)# inline SelectIterator(const SelectIterator<T, TU, Iterator, Select> &that)# inline ~SelectIterator()# inline void Advance()# inline void Reset()# inline T Current() const# inline TU Current()# inline void operator++()# inline void operator++(int)# inline int ReachEnd() const#