src/cx/iterator.h

changeset 695
eb1884a8b096
parent 641
d402fead3386
child 704
35f06c5eeb0e
equal deleted inserted replaced
694:ac827d873c17 695:eb1884a8b096
72 */ 72 */
73 __attribute__ ((__nonnull__)) 73 __attribute__ ((__nonnull__))
74 bool (*flag_removal)(void *); 74 bool (*flag_removal)(void *);
75 75
76 /** 76 /**
77 * Indicates whether this iterator is muting. 77 * Indicates whether this iterator may remove elements.
78 */ 78 */
79 bool mutating; 79 bool mutating;
80 80
81 /** 81 /**
82 * Internal flag for removing the current element when advancing. 82 * Internal flag for removing the current element when advancing.

mercurial