Template Class tsSLIter

Class Documentation

template<class T>
class tsSLIter

Public Functions

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