#include <adf++.h>
Public Types | |
| typedef std::forward_iterator_tag | iterator_category |
| typedef T | value_type |
| typedef ptrdiff_t | difference_type |
| typedef T * | pointer |
| typedef T & | reference |
Public Methods | |
| iterator (void *iData=0) | |
| reference | operator * () const |
| pointer | operator-> () const |
| iterator const & | operator++ () |
| iterator | operator++ (int) |
| bool | operator!= (iterator const &rhs) const |
| bool | operator== (iterator const &rhs) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001