Struct List::Iterator

Nested Relationships

This struct is a nested type of Template Class List.

Struct Documentation

struct Iterator

Public Functions

inline explicit Iterator(T *start)
inline T *operator*() const
inline bool operator==(const Iterator &other) const
inline bool operator!=(const Iterator &other) const
inline Iterator &operator++()
inline Iterator operator++(int)