Template Class tsDLIter

Class Documentation

template<class T>
class tsDLIter

Public Functions

inline tsDLIter()
inline bool valid() const
inline bool operator==(const tsDLIter<T> &rhs) const
inline bool operator!=(const tsDLIter<T> &rhs) const
inline tsDLIter<T> &operator=(const tsDLIter<T>&)
inline T &operator*() const
inline T *operator->() const
inline tsDLIter<T> &operator++()
inline tsDLIter<T> operator++(int)
inline tsDLIter<T> &operator--()
inline tsDLIter<T> operator--(int)
inline T *pointer() const