DoublyLinkedListWrap::const_iterator::const_iterator
Constructors
Synopses
Declared in <support/DoublyLinkedList.h>
Default constructor
Construct from Iterator
const_iterator(Iterator const& that);
Construct from DoublyLinkedListWrap
const_iterator(DoublyLinkedListWrap<T> const& l);
const_iterator(
DoublyLinkedListWrap<T> const& l,
DoublyLinkedEntryWrap<T>* c);
Created with MrDocs