Template Class tsDLIterConst

Class Documentation

template<class T>
class tsDLIterConst

Public Functions

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