Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members

dv_forward_iterator< T > Class Template Reference

Kludge to support both gcc-3.X and gcc-2.95.X. More...

#include <dv_forward_iterator.h>

Inheritance diagram for dv_forward_iterator< T >:

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

Collaboration graph
[legend]

Detailed Description

template<typename T>
class dv_forward_iterator< T >

Kludge to support both gcc-3.X and gcc-2.95.X.

In the former you need

 template<T> class iterator<forward_iterator_tag,T>
while the latter only supports template class
 template<T> class forward_iterator<T,ptrdiff_t>

Definition at line 16 of file dv_forward_iterator.h.


The documentation for this class was generated from the following file:
dvxml-0.1.4 [19 September, 2003]