Class DoublyLinkedListWrap::iterator#

Nested Relationships#

This class is a nested type of Template Class DoublyLinkedListWrap.

Inheritance Relationships#

Base Type#

Class Documentation#

class iterator : public DoublyLinkedListWrap<T>::Iterator#

Public Functions

inline iterator(const Iterator &that)#
inline iterator()#
inline iterator(const DoublyLinkedListWrap<T> &l)#
inline iterator(const DoublyLinkedListWrap<T> &l, DoublyLinkedEntryWrap<T> *c)#
inline bool operator==(const iterator &that) const#
inline bool operator!=(const iterator &that) const#
inline T &Current() const#
inline T &operator*() const#
inline DoublyLinkedEntryWrap<T> *CurrentPtr() const#