Searched defs:c_iterator_ft (Results 1 – 1 of 1) sorted by relevance
58 #define c_iterator_ft _c_iterator_ft macro89 typedef struct c_iterator_ft c_iterator_ft, * c_iterator_pft; typedef110 struct c_iterator_ft struct112 c_iterator (* assign)(c_piterator thiz, const c_piterator val);113 value_type (* ref)(c_piterator thiz);114 value_type (* ref_assign)(c_piterator thiz, const value_type val);115 c_iterator (* inc)(c_piterator thiz);116 c_iterator (* inc_n)(c_piterator thiz, difference_type n);117 c_iterator (* dec)(c_piterator thiz);118 c_iterator (* dec_n)(c_piterator thiz, difference_type n);[all …]