src/cx/list.h

changeset 495
2856c74e18ba
parent 494
6ce8cfa10a96
child 499
3dc9075df822
equal deleted inserted replaced
494:6ce8cfa10a96 495:2856c74e18ba
123 123
124 /** 124 /**
125 * Returns an iterator pointing to the specified index. 125 * Returns an iterator pointing to the specified index.
126 */ 126 */
127 CxIterator (*iterator)( 127 CxIterator (*iterator)(
128 cx_list_s const *list, 128 cx_list_s *list,
129 size_t index 129 size_t index
130 ); 130 );
131 } cx_list_class; 131 } cx_list_class;
132 132
133 /** 133 /**

mercurial