Class DoublyLinkedListWrap::const_iterator#
Defined in File DoublyLinkedList.h
Nested Relationships#
This class is a nested type of Template Class DoublyLinkedListWrap.
Inheritance Relationships#
Base Type#
public DoublyLinkedListWrap< T >::Iterator(Class DoublyLinkedListWrap::iterator)
Class Documentation#
-
class const_iterator : public DoublyLinkedListWrap<T>::Iterator#
Public Functions
-
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#
-
inline const_iterator()#