#include <citerator.h>
Inheritance diagram for CDequeForwardIterator< T >:


Public Member Functions | |
| void | first () |
| void | next () |
| T * | current_item () |
| int | is_done () |
Definition at line 36 of file citerator.h.
|
|||||||||
|
Return the current item. Implements CIterator< T >. Definition at line 44 of file citerator.h. References CDequeForwardIterator< T >::is_done(). |
Here is the call graph for this function:

|
|||||||||
|
Move to the first element. Implements CIterator< T >. Definition at line 42 of file citerator.h. |
|
|||||||||
|
Returns whether or not the iterator at the end of the list. Implements CIterator< T >. Definition at line 45 of file citerator.h. |
|
|||||||||
|
Move to the next element. Implements CIterator< T >. Definition at line 43 of file citerator.h. |
1.3.3