Template Class resTableIter

Class Documentation

template<class T, class ID>
class resTableIter

Public Functions

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