RLP
1.5
|
Iterator structure. More...
Data Fields | |
int | capacity |
Capacity of this iterator.. More... | |
int | size |
Number of elements of this iterator. More... | |
int | pos |
Current position of this iterator. More... | |
void ** | values |
Elements of this iterator. More... | |
Iterator structure.
Definition at line 17 of file iterator.h.
int capacity |
Capacity of this iterator..
Definition at line 20 of file iterator.h.
int pos |
Current position of this iterator.
Definition at line 24 of file iterator.h.
int size |
Number of elements of this iterator.
Definition at line 22 of file iterator.h.
void** values |
Elements of this iterator.
Definition at line 26 of file iterator.h.
RLP © 2006, 2009, 2015 Rui Carlos Gonçalves