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