Template Class IteratorWrap#
Defined in File IteratorTmpl.h
Inheritance Relationships#
Base Type#
public CountRefHandle< Impl >(Template Class CountRefHandle)
Class Documentation#
-
template<class T, class Impl>
class IteratorWrap : public CountRefHandle<Impl># Public Functions
-
inline IteratorWrap<T, Impl> &operator=(const IteratorWrap<T, Impl> &that)#
-
inline IteratorWrap(const IteratorWrap<T, Impl> &that)#
-
inline IteratorWrap()#
-
inline ~IteratorWrap()#
-
inline void Advance()#
-
inline void Reset()#
-
inline void operator++()#
-
inline void operator++(int)#
-
inline bool ReachEnd() const#
-
inline bool IsEmpty() const#
-
inline bool operator==(const IteratorWrap<T, Impl> &that) const#
-
inline IteratorWrap<T, Impl> &operator=(const IteratorWrap<T, Impl> &that)#