Class DoublyLinkedListWrap::const_iterator#

Nested Relationships#

This class is a nested type of Template Class DoublyLinkedListWrap.

Inheritance Relationships#

Base Type#

Class Documentation#

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

Public Functions

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