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>


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.7 [ 7 January, 2008]