src/cx/iterator.h

changeset 1192
1f69336faa63
parent 1180
4c3a69b9723a
child 1193
cfa44f3f5e3b
equal deleted inserted replaced
1191:11a0f6f0f30b 1192:1f69336faa63
45 /** 45 /**
46 * Common data for all iterators. 46 * Common data for all iterators.
47 */ 47 */
48 struct cx_iterator_base_s { 48 struct cx_iterator_base_s {
49 /** 49 /**
50 * True iff the iterator points to valid data. 50 * True if the iterator points to valid data.
51 */ 51 */
52 bool (*valid)(const void *); 52 bool (*valid)(const void *);
53 53
54 /** 54 /**
55 * Returns a pointer to the current element. 55 * Returns a pointer to the current element.

mercurial