Class SinglyLinkedListWrap::Iterator#

Nested Relationships#

This class is a nested type of Template Class SinglyLinkedListWrap.

Class Documentation#

class Iterator#

Public Functions

inline Iterator(const SinglyLinkedListWrap<T> &l)#
inline Iterator(const Iterator &that)#
inline Iterator &operator=(const Iterator &that)#
inline Iterator()#
inline T &Current() const#
inline T &operator*() const#
inline bool ReachEnd() const#
inline void Reset()#
inline void Advance()#
inline void operator++()#
inline void operator++(int)#