ucx/map.h

changeset 95
ecfdc1c4a552
parent 79
cf3757c60c8f
child 103
08018864fb91
equal deleted inserted replaced
94:57ea041df22f 95:ecfdc1c4a552
49 }; 49 };
50 50
51 struct UcxMapIterator { 51 struct UcxMapIterator {
52 UcxMap *map; 52 UcxMap *map;
53 UcxMapElement *cur; 53 UcxMapElement *cur;
54 int index; 54 size_t index;
55 }; 55 };
56 56
57 57
58 UcxMap *ucx_map_new(size_t size); 58 UcxMap *ucx_map_new(size_t size);
59 void ucx_map_free(UcxMap *map); 59 void ucx_map_free(UcxMap *map);

mercurial