|
CObject
|
CIIterator virtual table.
#include <CIIterator.h>
Data Fields | |
| CBool(* | hasNext )(struct CIIterator *) |
| void(* | next )(struct CIIterator *, void *) |
| CBool(* | hasPrevious )(struct CIIterator *) |
| void(* | previous )(struct CIIterator *, void *) |
| CBool(* | set )(struct CIIterator *, void *) |
| CBool(* | remove )(struct CIIterator *) |
| size_t(* | index )(struct CIIterator *) |