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


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

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