Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

CDequeForwardIterator< T > Class Template Reference

#include <citerator.h>

Inheritance diagram for CDequeForwardIterator< T >:

Inheritance graph
[legend]
Collaboration diagram for CDequeForwardIterator< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void first ()
void next ()
T * current_item ()
int is_done ()

Detailed Description

template<class T>
class CDequeForwardIterator< T >

Iterator implementation for moving in a forward direction on a deque.

Definition at line 36 of file citerator.h.


Member Function Documentation

template<class T>
T* CDequeForwardIterator< T >::current_item  )  [inline, virtual]
 

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:

template<class T>
void CDequeForwardIterator< T >::first  )  [inline, virtual]
 

Move to the first element.

Implements CIterator< T >.

Definition at line 42 of file citerator.h.

template<class T>
int CDequeForwardIterator< T >::is_done  )  [inline, virtual]
 

Returns whether or not the iterator at the end of the list.

Implements CIterator< T >.

Definition at line 45 of file citerator.h.

template<class T>
void CDequeForwardIterator< T >::next  )  [inline, virtual]
 

Move to the next element.

Implements CIterator< T >.

Definition at line 43 of file citerator.h.


The documentation for this class was generated from the following file:
Generated on Wed Aug 27 11:58:49 2003 for GFW by doxygen 1.3.3