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