#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|