cfb5d7e546c1ac511f675f388827a85e8f36e780
[nit.git] / c_src / abstract_collection._sep.h
1 /* This C header file is generated by NIT to compile modules and programs that requires abstract_collection. */
2 #ifndef abstract_collection_sep
3 #define abstract_collection_sep
4 #include "kernel._sep.h"
5 #include <nit_common.h>
6
7 extern const classtable_elt_t VFT_Collection[];
8
9 extern const classtable_elt_t VFT_NaiveCollection[];
10
11 extern const classtable_elt_t VFT_Iterator[];
12
13 extern const classtable_elt_t VFT_Container[];
14
15 extern const classtable_elt_t VFT_ContainerIterator[];
16
17 extern const classtable_elt_t VFT_RemovableCollection[];
18
19 extern const classtable_elt_t VFT_SimpleCollection[];
20
21 extern const classtable_elt_t VFT_Set[];
22
23 extern const classtable_elt_t VFT_Map[];
24
25 extern const classtable_elt_t VFT_MapIterator[];
26
27 extern const classtable_elt_t VFT_IndexedCollection[];
28
29 extern const classtable_elt_t VFT_IndexedIterator[];
30
31 extern const classtable_elt_t VFT_CoupleMap[];
32
33 extern const classtable_elt_t VFT_CoupleMapIterator[];
34
35 extern const classtable_elt_t VFT_Couple[];
36 extern const char *LOCATE_abstract_collection;
37 extern const int SFT_abstract_collection[];
38 #define ID_Collection (SFT_abstract_collection[0])
39 #define COLOR_Collection (SFT_abstract_collection[1])
40 #define INIT_TABLE_POS_Collection (SFT_abstract_collection[2] + 0)
41 #define CALL_abstract_collection___Collection___iterator(recv) ((abstract_collection___Collection___iterator_t)CALL((recv), (SFT_abstract_collection[2] + 1)))
42 #define CALL_abstract_collection___Collection___is_empty(recv) ((abstract_collection___Collection___is_empty_t)CALL((recv), (SFT_abstract_collection[2] + 2)))
43 #define CALL_abstract_collection___Collection___length(recv) ((abstract_collection___Collection___length_t)CALL((recv), (SFT_abstract_collection[2] + 3)))
44 #define CALL_abstract_collection___Collection___has(recv) ((abstract_collection___Collection___has_t)CALL((recv), (SFT_abstract_collection[2] + 4)))
45 #define CALL_abstract_collection___Collection___has_only(recv) ((abstract_collection___Collection___has_only_t)CALL((recv), (SFT_abstract_collection[2] + 5)))
46 #define CALL_abstract_collection___Collection___count(recv) ((abstract_collection___Collection___count_t)CALL((recv), (SFT_abstract_collection[2] + 6)))
47 #define CALL_abstract_collection___Collection___first(recv) ((abstract_collection___Collection___first_t)CALL((recv), (SFT_abstract_collection[2] + 7)))
48 #define ID_NaiveCollection (SFT_abstract_collection[3])
49 #define COLOR_NaiveCollection (SFT_abstract_collection[4])
50 #define INIT_TABLE_POS_NaiveCollection (SFT_abstract_collection[5] + 0)
51 #define ID_Iterator (SFT_abstract_collection[6])
52 #define COLOR_Iterator (SFT_abstract_collection[7])
53 #define INIT_TABLE_POS_Iterator (SFT_abstract_collection[8] + 0)
54 #define CALL_abstract_collection___Iterator___item(recv) ((abstract_collection___Iterator___item_t)CALL((recv), (SFT_abstract_collection[8] + 1)))
55 #define CALL_abstract_collection___Iterator___next(recv) ((abstract_collection___Iterator___next_t)CALL((recv), (SFT_abstract_collection[8] + 2)))
56 #define CALL_abstract_collection___Iterator___is_ok(recv) ((abstract_collection___Iterator___is_ok_t)CALL((recv), (SFT_abstract_collection[8] + 3)))
57 #define ID_Container (SFT_abstract_collection[9])
58 #define COLOR_Container (SFT_abstract_collection[10])
59 #define ATTR_abstract_collection___Container____item(recv) ATTR(recv, (SFT_abstract_collection[11] + 0))
60 #define INIT_TABLE_POS_Container (SFT_abstract_collection[12] + 0)
61 #define CALL_abstract_collection___Container___init(recv) ((abstract_collection___Container___init_t)CALL((recv), (SFT_abstract_collection[12] + 1)))
62 #define CALL_abstract_collection___Container___item(recv) ((abstract_collection___Container___item_t)CALL((recv), (SFT_abstract_collection[12] + 2)))
63 #define CALL_abstract_collection___Container___item__eq(recv) ((abstract_collection___Container___item__eq_t)CALL((recv), (SFT_abstract_collection[12] + 3)))
64 #define ID_ContainerIterator (SFT_abstract_collection[13])
65 #define COLOR_ContainerIterator (SFT_abstract_collection[14])
66 #define ATTR_abstract_collection___ContainerIterator____is_ok(recv) ATTR(recv, (SFT_abstract_collection[15] + 0))
67 #define ATTR_abstract_collection___ContainerIterator____container(recv) ATTR(recv, (SFT_abstract_collection[15] + 1))
68 #define INIT_TABLE_POS_ContainerIterator (SFT_abstract_collection[16] + 0)
69 #define CALL_abstract_collection___ContainerIterator___init(recv) ((abstract_collection___ContainerIterator___init_t)CALL((recv), (SFT_abstract_collection[16] + 1)))
70 #define ID_RemovableCollection (SFT_abstract_collection[17])
71 #define COLOR_RemovableCollection (SFT_abstract_collection[18])
72 #define INIT_TABLE_POS_RemovableCollection (SFT_abstract_collection[19] + 0)
73 #define CALL_abstract_collection___RemovableCollection___clear(recv) ((abstract_collection___RemovableCollection___clear_t)CALL((recv), (SFT_abstract_collection[19] + 1)))
74 #define CALL_abstract_collection___RemovableCollection___remove(recv) ((abstract_collection___RemovableCollection___remove_t)CALL((recv), (SFT_abstract_collection[19] + 2)))
75 #define CALL_abstract_collection___RemovableCollection___remove_all(recv) ((abstract_collection___RemovableCollection___remove_all_t)CALL((recv), (SFT_abstract_collection[19] + 3)))
76 #define ID_SimpleCollection (SFT_abstract_collection[20])
77 #define COLOR_SimpleCollection (SFT_abstract_collection[21])
78 #define INIT_TABLE_POS_SimpleCollection (SFT_abstract_collection[22] + 0)
79 #define CALL_abstract_collection___SimpleCollection___add(recv) ((abstract_collection___SimpleCollection___add_t)CALL((recv), (SFT_abstract_collection[22] + 1)))
80 #define CALL_abstract_collection___SimpleCollection___add_all(recv) ((abstract_collection___SimpleCollection___add_all_t)CALL((recv), (SFT_abstract_collection[22] + 2)))
81 #define ID_Set (SFT_abstract_collection[23])
82 #define COLOR_Set (SFT_abstract_collection[24])
83 #define INIT_TABLE_POS_Set (SFT_abstract_collection[25] + 0)
84 #define ID_Map (SFT_abstract_collection[26])
85 #define COLOR_Map (SFT_abstract_collection[27])
86 #define INIT_TABLE_POS_Map (SFT_abstract_collection[28] + 0)
87 #define CALL_abstract_collection___Map_____bra(recv) ((abstract_collection___Map_____bra_t)CALL((recv), (SFT_abstract_collection[28] + 1)))
88 #define CALL_abstract_collection___Map_____braeq(recv) ((abstract_collection___Map_____braeq_t)CALL((recv), (SFT_abstract_collection[28] + 2)))
89 #define CALL_abstract_collection___Map___has_key(recv) ((abstract_collection___Map___has_key_t)CALL((recv), (SFT_abstract_collection[28] + 3)))
90 #define CALL_abstract_collection___Map___remove_at(recv) ((abstract_collection___Map___remove_at_t)CALL((recv), (SFT_abstract_collection[28] + 4)))
91 #define CALL_abstract_collection___Map___recover_with(recv) ((abstract_collection___Map___recover_with_t)CALL((recv), (SFT_abstract_collection[28] + 5)))
92 #define ID_MapIterator (SFT_abstract_collection[29])
93 #define COLOR_MapIterator (SFT_abstract_collection[30])
94 #define INIT_TABLE_POS_MapIterator (SFT_abstract_collection[31] + 0)
95 #define CALL_abstract_collection___MapIterator___key(recv) ((abstract_collection___MapIterator___key_t)CALL((recv), (SFT_abstract_collection[31] + 1)))
96 #define CALL_abstract_collection___MapIterator___item__eq(recv) ((abstract_collection___MapIterator___item__eq_t)CALL((recv), (SFT_abstract_collection[31] + 2)))
97 #define ID_IndexedCollection (SFT_abstract_collection[32])
98 #define COLOR_IndexedCollection (SFT_abstract_collection[33])
99 #define INIT_TABLE_POS_IndexedCollection (SFT_abstract_collection[34] + 0)
100 #define CALL_abstract_collection___IndexedCollection___first__eq(recv) ((abstract_collection___IndexedCollection___first__eq_t)CALL((recv), (SFT_abstract_collection[34] + 1)))
101 #define CALL_abstract_collection___IndexedCollection___last(recv) ((abstract_collection___IndexedCollection___last_t)CALL((recv), (SFT_abstract_collection[34] + 2)))
102 #define CALL_abstract_collection___IndexedCollection___last__eq(recv) ((abstract_collection___IndexedCollection___last__eq_t)CALL((recv), (SFT_abstract_collection[34] + 3)))
103 #define CALL_abstract_collection___IndexedCollection___push(recv) ((abstract_collection___IndexedCollection___push_t)CALL((recv), (SFT_abstract_collection[34] + 4)))
104 #define CALL_abstract_collection___IndexedCollection___append(recv) ((abstract_collection___IndexedCollection___append_t)CALL((recv), (SFT_abstract_collection[34] + 5)))
105 #define CALL_abstract_collection___IndexedCollection___pop(recv) ((abstract_collection___IndexedCollection___pop_t)CALL((recv), (SFT_abstract_collection[34] + 6)))
106 #define CALL_abstract_collection___IndexedCollection___unshift(recv) ((abstract_collection___IndexedCollection___unshift_t)CALL((recv), (SFT_abstract_collection[34] + 7)))
107 #define CALL_abstract_collection___IndexedCollection___shift(recv) ((abstract_collection___IndexedCollection___shift_t)CALL((recv), (SFT_abstract_collection[34] + 8)))
108 #define CALL_abstract_collection___IndexedCollection___index_of(recv) ((abstract_collection___IndexedCollection___index_of_t)CALL((recv), (SFT_abstract_collection[34] + 9)))
109 #define ID_IndexedIterator (SFT_abstract_collection[35])
110 #define COLOR_IndexedIterator (SFT_abstract_collection[36])
111 #define INIT_TABLE_POS_IndexedIterator (SFT_abstract_collection[37] + 0)
112 #define CALL_abstract_collection___IndexedIterator___index(recv) ((abstract_collection___IndexedIterator___index_t)CALL((recv), (SFT_abstract_collection[37] + 1)))
113 #define ID_CoupleMap (SFT_abstract_collection[38])
114 #define COLOR_CoupleMap (SFT_abstract_collection[39])
115 #define INIT_TABLE_POS_CoupleMap (SFT_abstract_collection[40] + 0)
116 #define CALL_abstract_collection___CoupleMap___couple_at(recv) ((abstract_collection___CoupleMap___couple_at_t)CALL((recv), (SFT_abstract_collection[40] + 1)))
117 #define ID_CoupleMapIterator (SFT_abstract_collection[41])
118 #define COLOR_CoupleMapIterator (SFT_abstract_collection[42])
119 #define ATTR_abstract_collection___CoupleMapIterator____iter(recv) ATTR(recv, (SFT_abstract_collection[43] + 0))
120 #define INIT_TABLE_POS_CoupleMapIterator (SFT_abstract_collection[44] + 0)
121 #define CALL_abstract_collection___CoupleMapIterator___init(recv) ((abstract_collection___CoupleMapIterator___init_t)CALL((recv), (SFT_abstract_collection[44] + 1)))
122 #define ID_Couple (SFT_abstract_collection[45])
123 #define COLOR_Couple (SFT_abstract_collection[46])
124 #define ATTR_abstract_collection___Couple____first(recv) ATTR(recv, (SFT_abstract_collection[47] + 0))
125 #define ATTR_abstract_collection___Couple____second(recv) ATTR(recv, (SFT_abstract_collection[47] + 1))
126 #define INIT_TABLE_POS_Couple (SFT_abstract_collection[48] + 0)
127 #define CALL_abstract_collection___Couple___first(recv) ((abstract_collection___Couple___first_t)CALL((recv), (SFT_abstract_collection[48] + 1)))
128 #define CALL_abstract_collection___Couple___first__eq(recv) ((abstract_collection___Couple___first__eq_t)CALL((recv), (SFT_abstract_collection[48] + 2)))
129 #define CALL_abstract_collection___Couple___second(recv) ((abstract_collection___Couple___second_t)CALL((recv), (SFT_abstract_collection[48] + 3)))
130 #define CALL_abstract_collection___Couple___second__eq(recv) ((abstract_collection___Couple___second__eq_t)CALL((recv), (SFT_abstract_collection[48] + 4)))
131 #define CALL_abstract_collection___Couple___init(recv) ((abstract_collection___Couple___init_t)CALL((recv), (SFT_abstract_collection[48] + 5)))
132 typedef val_t (* abstract_collection___Collection___iterator_t)(val_t self);
133 val_t abstract_collection___Collection___iterator(val_t self);
134 #define LOCATE_abstract_collection___Collection___iterator "abstract_collection::Collection::iterator"
135 typedef val_t (* abstract_collection___Collection___is_empty_t)(val_t self);
136 val_t abstract_collection___Collection___is_empty(val_t self);
137 #define LOCATE_abstract_collection___Collection___is_empty "abstract_collection::Collection::is_empty"
138 typedef val_t (* abstract_collection___Collection___length_t)(val_t self);
139 val_t abstract_collection___Collection___length(val_t self);
140 #define LOCATE_abstract_collection___Collection___length "abstract_collection::Collection::length"
141 typedef val_t (* abstract_collection___Collection___has_t)(val_t self, val_t param0);
142 val_t abstract_collection___Collection___has(val_t self, val_t param0);
143 #define LOCATE_abstract_collection___Collection___has "abstract_collection::Collection::has"
144 typedef val_t (* abstract_collection___Collection___has_only_t)(val_t self, val_t param0);
145 val_t abstract_collection___Collection___has_only(val_t self, val_t param0);
146 #define LOCATE_abstract_collection___Collection___has_only "abstract_collection::Collection::has_only"
147 typedef val_t (* abstract_collection___Collection___count_t)(val_t self, val_t param0);
148 val_t abstract_collection___Collection___count(val_t self, val_t param0);
149 #define LOCATE_abstract_collection___Collection___count "abstract_collection::Collection::count"
150 typedef val_t (* abstract_collection___Collection___first_t)(val_t self);
151 val_t abstract_collection___Collection___first(val_t self);
152 #define LOCATE_abstract_collection___Collection___first "abstract_collection::Collection::first"
153 typedef val_t (* abstract_collection___NaiveCollection___is_empty_t)(val_t self);
154 val_t abstract_collection___NaiveCollection___is_empty(val_t self);
155 #define LOCATE_abstract_collection___NaiveCollection___is_empty "abstract_collection::NaiveCollection::(abstract_collection::Collection::is_empty)"
156 typedef val_t (* abstract_collection___NaiveCollection___length_t)(val_t self);
157 val_t abstract_collection___NaiveCollection___length(val_t self);
158 #define LOCATE_abstract_collection___NaiveCollection___length "abstract_collection::NaiveCollection::(abstract_collection::Collection::length)"
159 typedef val_t (* abstract_collection___NaiveCollection___has_t)(val_t self, val_t param0);
160 val_t abstract_collection___NaiveCollection___has(val_t self, val_t param0);
161 #define LOCATE_abstract_collection___NaiveCollection___has "abstract_collection::NaiveCollection::(abstract_collection::Collection::has)"
162 typedef val_t (* abstract_collection___NaiveCollection___has_only_t)(val_t self, val_t param0);
163 val_t abstract_collection___NaiveCollection___has_only(val_t self, val_t param0);
164 #define LOCATE_abstract_collection___NaiveCollection___has_only "abstract_collection::NaiveCollection::(abstract_collection::Collection::has_only)"
165 typedef val_t (* abstract_collection___NaiveCollection___count_t)(val_t self, val_t param0);
166 val_t abstract_collection___NaiveCollection___count(val_t self, val_t param0);
167 #define LOCATE_abstract_collection___NaiveCollection___count "abstract_collection::NaiveCollection::(abstract_collection::Collection::count)"
168 typedef val_t (* abstract_collection___NaiveCollection___first_t)(val_t self);
169 val_t abstract_collection___NaiveCollection___first(val_t self);
170 #define LOCATE_abstract_collection___NaiveCollection___first "abstract_collection::NaiveCollection::(abstract_collection::Collection::first)"
171 typedef val_t (* abstract_collection___Iterator___item_t)(val_t self);
172 val_t abstract_collection___Iterator___item(val_t self);
173 #define LOCATE_abstract_collection___Iterator___item "abstract_collection::Iterator::item"
174 typedef void (* abstract_collection___Iterator___next_t)(val_t self);
175 void abstract_collection___Iterator___next(val_t self);
176 #define LOCATE_abstract_collection___Iterator___next "abstract_collection::Iterator::next"
177 typedef val_t (* abstract_collection___Iterator___is_ok_t)(val_t self);
178 val_t abstract_collection___Iterator___is_ok(val_t self);
179 #define LOCATE_abstract_collection___Iterator___is_ok "abstract_collection::Iterator::is_ok"
180 typedef val_t (* abstract_collection___Container___iterator_t)(val_t self);
181 val_t abstract_collection___Container___iterator(val_t self);
182 #define LOCATE_abstract_collection___Container___iterator "abstract_collection::Container::(abstract_collection::Collection::iterator)"
183 typedef val_t (* abstract_collection___Container___is_empty_t)(val_t self);
184 val_t abstract_collection___Container___is_empty(val_t self);
185 #define LOCATE_abstract_collection___Container___is_empty "abstract_collection::Container::(abstract_collection::Collection::is_empty)"
186 typedef val_t (* abstract_collection___Container___length_t)(val_t self);
187 val_t abstract_collection___Container___length(val_t self);
188 #define LOCATE_abstract_collection___Container___length "abstract_collection::Container::(abstract_collection::Collection::length)"
189 typedef val_t (* abstract_collection___Container___has_t)(val_t self, val_t param0);
190 val_t abstract_collection___Container___has(val_t self, val_t param0);
191 #define LOCATE_abstract_collection___Container___has "abstract_collection::Container::(abstract_collection::Collection::has)"
192 typedef val_t (* abstract_collection___Container___has_only_t)(val_t self, val_t param0);
193 val_t abstract_collection___Container___has_only(val_t self, val_t param0);
194 #define LOCATE_abstract_collection___Container___has_only "abstract_collection::Container::(abstract_collection::Collection::has_only)"
195 typedef val_t (* abstract_collection___Container___count_t)(val_t self, val_t param0);
196 val_t abstract_collection___Container___count(val_t self, val_t param0);
197 #define LOCATE_abstract_collection___Container___count "abstract_collection::Container::(abstract_collection::Collection::count)"
198 typedef val_t (* abstract_collection___Container___first_t)(val_t self);
199 val_t abstract_collection___Container___first(val_t self);
200 #define LOCATE_abstract_collection___Container___first "abstract_collection::Container::(abstract_collection::Collection::first)"
201 typedef void (* abstract_collection___Container___init_t)(val_t self, val_t param0, int* init_table);
202 void abstract_collection___Container___init(val_t self, val_t param0, int* init_table);
203 #define LOCATE_abstract_collection___Container___init "abstract_collection::Container::init"
204 val_t NEW_Container_abstract_collection___Container___init(val_t p0);
205 typedef val_t (* abstract_collection___Container___item_t)(val_t self);
206 val_t abstract_collection___Container___item(val_t self);
207 #define LOCATE_abstract_collection___Container___item "abstract_collection::Container::item"
208 typedef void (* abstract_collection___Container___item__eq_t)(val_t self, val_t param0);
209 void abstract_collection___Container___item__eq(val_t self, val_t param0);
210 #define LOCATE_abstract_collection___Container___item__eq "abstract_collection::Container::item="
211 typedef val_t (* abstract_collection___ContainerIterator___item_t)(val_t self);
212 val_t abstract_collection___ContainerIterator___item(val_t self);
213 #define LOCATE_abstract_collection___ContainerIterator___item "abstract_collection::ContainerIterator::(abstract_collection::Iterator::item)"
214 typedef void (* abstract_collection___ContainerIterator___next_t)(val_t self);
215 void abstract_collection___ContainerIterator___next(val_t self);
216 #define LOCATE_abstract_collection___ContainerIterator___next "abstract_collection::ContainerIterator::(abstract_collection::Iterator::next)"
217 typedef val_t (* abstract_collection___ContainerIterator___is_ok_t)(val_t self);
218 val_t abstract_collection___ContainerIterator___is_ok(val_t self);
219 #define LOCATE_abstract_collection___ContainerIterator___is_ok "abstract_collection::ContainerIterator::(abstract_collection::Iterator::is_ok)"
220 typedef void (* abstract_collection___ContainerIterator___init_t)(val_t self, val_t param0, int* init_table);
221 void abstract_collection___ContainerIterator___init(val_t self, val_t param0, int* init_table);
222 #define LOCATE_abstract_collection___ContainerIterator___init "abstract_collection::ContainerIterator::init"
223 val_t NEW_ContainerIterator_abstract_collection___ContainerIterator___init(val_t p0);
224 typedef void (* abstract_collection___RemovableCollection___clear_t)(val_t self);
225 void abstract_collection___RemovableCollection___clear(val_t self);
226 #define LOCATE_abstract_collection___RemovableCollection___clear "abstract_collection::RemovableCollection::clear"
227 typedef void (* abstract_collection___RemovableCollection___remove_t)(val_t self, val_t param0);
228 void abstract_collection___RemovableCollection___remove(val_t self, val_t param0);
229 #define LOCATE_abstract_collection___RemovableCollection___remove "abstract_collection::RemovableCollection::remove"
230 typedef void (* abstract_collection___RemovableCollection___remove_all_t)(val_t self, val_t param0);
231 void abstract_collection___RemovableCollection___remove_all(val_t self, val_t param0);
232 #define LOCATE_abstract_collection___RemovableCollection___remove_all "abstract_collection::RemovableCollection::remove_all"
233 typedef void (* abstract_collection___SimpleCollection___add_t)(val_t self, val_t param0);
234 void abstract_collection___SimpleCollection___add(val_t self, val_t param0);
235 #define LOCATE_abstract_collection___SimpleCollection___add "abstract_collection::SimpleCollection::add"
236 typedef void (* abstract_collection___SimpleCollection___add_all_t)(val_t self, val_t param0);
237 void abstract_collection___SimpleCollection___add_all(val_t self, val_t param0);
238 #define LOCATE_abstract_collection___SimpleCollection___add_all "abstract_collection::SimpleCollection::add_all"
239 typedef val_t (* abstract_collection___Set___has_only_t)(val_t self, val_t param0);
240 val_t abstract_collection___Set___has_only(val_t self, val_t param0);
241 #define LOCATE_abstract_collection___Set___has_only "abstract_collection::Set::(abstract_collection::Collection::has_only)"
242 typedef val_t (* abstract_collection___Set___count_t)(val_t self, val_t param0);
243 val_t abstract_collection___Set___count(val_t self, val_t param0);
244 #define LOCATE_abstract_collection___Set___count "abstract_collection::Set::(abstract_collection::Collection::count)"
245 typedef void (* abstract_collection___Set___remove_all_t)(val_t self, val_t param0);
246 void abstract_collection___Set___remove_all(val_t self, val_t param0);
247 #define LOCATE_abstract_collection___Set___remove_all "abstract_collection::Set::(abstract_collection::RemovableCollection::remove_all)"
248 typedef val_t (* abstract_collection___Map___iterator_t)(val_t self);
249 val_t abstract_collection___Map___iterator(val_t self);
250 #define LOCATE_abstract_collection___Map___iterator "abstract_collection::Map::(abstract_collection::Collection::iterator)"
251 typedef val_t (* abstract_collection___Map_____bra_t)(val_t self, val_t param0);
252 val_t abstract_collection___Map_____bra(val_t self, val_t param0);
253 #define LOCATE_abstract_collection___Map_____bra "abstract_collection::Map::[]"
254 typedef void (* abstract_collection___Map_____braeq_t)(val_t self, val_t param0, val_t param1);
255 void abstract_collection___Map_____braeq(val_t self, val_t param0, val_t param1);
256 #define LOCATE_abstract_collection___Map_____braeq "abstract_collection::Map::[]="
257 typedef val_t (* abstract_collection___Map___has_key_t)(val_t self, val_t param0);
258 val_t abstract_collection___Map___has_key(val_t self, val_t param0);
259 #define LOCATE_abstract_collection___Map___has_key "abstract_collection::Map::has_key"
260 typedef void (* abstract_collection___Map___remove_at_t)(val_t self, val_t param0);
261 void abstract_collection___Map___remove_at(val_t self, val_t param0);
262 #define LOCATE_abstract_collection___Map___remove_at "abstract_collection::Map::remove_at"
263 typedef void (* abstract_collection___Map___recover_with_t)(val_t self, val_t param0);
264 void abstract_collection___Map___recover_with(val_t self, val_t param0);
265 #define LOCATE_abstract_collection___Map___recover_with "abstract_collection::Map::recover_with"
266 typedef val_t (* abstract_collection___MapIterator___key_t)(val_t self);
267 val_t abstract_collection___MapIterator___key(val_t self);
268 #define LOCATE_abstract_collection___MapIterator___key "abstract_collection::MapIterator::key"
269 typedef void (* abstract_collection___MapIterator___item__eq_t)(val_t self, val_t param0);
270 void abstract_collection___MapIterator___item__eq(val_t self, val_t param0);
271 #define LOCATE_abstract_collection___MapIterator___item__eq "abstract_collection::MapIterator::item="
272 typedef val_t (* abstract_collection___IndexedCollection___iterator_t)(val_t self);
273 val_t abstract_collection___IndexedCollection___iterator(val_t self);
274 #define LOCATE_abstract_collection___IndexedCollection___iterator "abstract_collection::IndexedCollection::(abstract_collection::Collection::iterator)"
275 typedef val_t (* abstract_collection___IndexedCollection___first_t)(val_t self);
276 val_t abstract_collection___IndexedCollection___first(val_t self);
277 #define LOCATE_abstract_collection___IndexedCollection___first "abstract_collection::IndexedCollection::(abstract_collection::Collection::first)"
278 typedef void (* abstract_collection___IndexedCollection___add_t)(val_t self, val_t param0);
279 void abstract_collection___IndexedCollection___add(val_t self, val_t param0);
280 #define LOCATE_abstract_collection___IndexedCollection___add "abstract_collection::IndexedCollection::(abstract_collection::SimpleCollection::add)"
281 typedef void (* abstract_collection___IndexedCollection___first__eq_t)(val_t self, val_t param0);
282 void abstract_collection___IndexedCollection___first__eq(val_t self, val_t param0);
283 #define LOCATE_abstract_collection___IndexedCollection___first__eq "abstract_collection::IndexedCollection::first="
284 typedef val_t (* abstract_collection___IndexedCollection___last_t)(val_t self);
285 val_t abstract_collection___IndexedCollection___last(val_t self);
286 #define LOCATE_abstract_collection___IndexedCollection___last "abstract_collection::IndexedCollection::last"
287 typedef void (* abstract_collection___IndexedCollection___last__eq_t)(val_t self, val_t param0);
288 void abstract_collection___IndexedCollection___last__eq(val_t self, val_t param0);
289 #define LOCATE_abstract_collection___IndexedCollection___last__eq "abstract_collection::IndexedCollection::last="
290 typedef void (* abstract_collection___IndexedCollection___push_t)(val_t self, val_t param0);
291 void abstract_collection___IndexedCollection___push(val_t self, val_t param0);
292 #define LOCATE_abstract_collection___IndexedCollection___push "abstract_collection::IndexedCollection::push"
293 typedef void (* abstract_collection___IndexedCollection___append_t)(val_t self, val_t param0);
294 void abstract_collection___IndexedCollection___append(val_t self, val_t param0);
295 #define LOCATE_abstract_collection___IndexedCollection___append "abstract_collection::IndexedCollection::append"
296 typedef val_t (* abstract_collection___IndexedCollection___pop_t)(val_t self);
297 val_t abstract_collection___IndexedCollection___pop(val_t self);
298 #define LOCATE_abstract_collection___IndexedCollection___pop "abstract_collection::IndexedCollection::pop"
299 typedef void (* abstract_collection___IndexedCollection___unshift_t)(val_t self, val_t param0);
300 void abstract_collection___IndexedCollection___unshift(val_t self, val_t param0);
301 #define LOCATE_abstract_collection___IndexedCollection___unshift "abstract_collection::IndexedCollection::unshift"
302 typedef val_t (* abstract_collection___IndexedCollection___shift_t)(val_t self);
303 val_t abstract_collection___IndexedCollection___shift(val_t self);
304 #define LOCATE_abstract_collection___IndexedCollection___shift "abstract_collection::IndexedCollection::shift"
305 typedef val_t (* abstract_collection___IndexedCollection___index_of_t)(val_t self, val_t param0);
306 val_t abstract_collection___IndexedCollection___index_of(val_t self, val_t param0);
307 #define LOCATE_abstract_collection___IndexedCollection___index_of "abstract_collection::IndexedCollection::index_of"
308 typedef val_t (* abstract_collection___IndexedIterator___key_t)(val_t self);
309 val_t abstract_collection___IndexedIterator___key(val_t self);
310 #define LOCATE_abstract_collection___IndexedIterator___key "abstract_collection::IndexedIterator::(abstract_collection::MapIterator::key)"
311 typedef val_t (* abstract_collection___IndexedIterator___index_t)(val_t self);
312 val_t abstract_collection___IndexedIterator___index(val_t self);
313 #define LOCATE_abstract_collection___IndexedIterator___index "abstract_collection::IndexedIterator::index"
314 typedef val_t (* abstract_collection___CoupleMap_____bra_t)(val_t self, val_t param0);
315 val_t abstract_collection___CoupleMap_____bra(val_t self, val_t param0);
316 #define LOCATE_abstract_collection___CoupleMap_____bra "abstract_collection::CoupleMap::(abstract_collection::Map::[])"
317 typedef val_t (* abstract_collection___CoupleMap___has_key_t)(val_t self, val_t param0);
318 val_t abstract_collection___CoupleMap___has_key(val_t self, val_t param0);
319 #define LOCATE_abstract_collection___CoupleMap___has_key "abstract_collection::CoupleMap::(abstract_collection::Map::has_key)"
320 typedef val_t (* abstract_collection___CoupleMap___couple_at_t)(val_t self, val_t param0);
321 val_t abstract_collection___CoupleMap___couple_at(val_t self, val_t param0);
322 #define LOCATE_abstract_collection___CoupleMap___couple_at "abstract_collection::CoupleMap::couple_at"
323 typedef val_t (* abstract_collection___CoupleMapIterator___item_t)(val_t self);
324 val_t abstract_collection___CoupleMapIterator___item(val_t self);
325 #define LOCATE_abstract_collection___CoupleMapIterator___item "abstract_collection::CoupleMapIterator::(abstract_collection::Iterator::item)"
326 typedef void (* abstract_collection___CoupleMapIterator___next_t)(val_t self);
327 void abstract_collection___CoupleMapIterator___next(val_t self);
328 #define LOCATE_abstract_collection___CoupleMapIterator___next "abstract_collection::CoupleMapIterator::(abstract_collection::Iterator::next)"
329 typedef val_t (* abstract_collection___CoupleMapIterator___is_ok_t)(val_t self);
330 val_t abstract_collection___CoupleMapIterator___is_ok(val_t self);
331 #define LOCATE_abstract_collection___CoupleMapIterator___is_ok "abstract_collection::CoupleMapIterator::(abstract_collection::Iterator::is_ok)"
332 typedef val_t (* abstract_collection___CoupleMapIterator___key_t)(val_t self);
333 val_t abstract_collection___CoupleMapIterator___key(val_t self);
334 #define LOCATE_abstract_collection___CoupleMapIterator___key "abstract_collection::CoupleMapIterator::(abstract_collection::MapIterator::key)"
335 typedef void (* abstract_collection___CoupleMapIterator___item__eq_t)(val_t self, val_t param0);
336 void abstract_collection___CoupleMapIterator___item__eq(val_t self, val_t param0);
337 #define LOCATE_abstract_collection___CoupleMapIterator___item__eq "abstract_collection::CoupleMapIterator::(abstract_collection::MapIterator::item=)"
338 typedef void (* abstract_collection___CoupleMapIterator___init_t)(val_t self, val_t param0, int* init_table);
339 void abstract_collection___CoupleMapIterator___init(val_t self, val_t param0, int* init_table);
340 #define LOCATE_abstract_collection___CoupleMapIterator___init "abstract_collection::CoupleMapIterator::init"
341 val_t NEW_CoupleMapIterator_abstract_collection___CoupleMapIterator___init(val_t p0);
342 typedef val_t (* abstract_collection___Couple___first_t)(val_t self);
343 val_t abstract_collection___Couple___first(val_t self);
344 #define LOCATE_abstract_collection___Couple___first "abstract_collection::Couple::first"
345 typedef void (* abstract_collection___Couple___first__eq_t)(val_t self, val_t param0);
346 void abstract_collection___Couple___first__eq(val_t self, val_t param0);
347 #define LOCATE_abstract_collection___Couple___first__eq "abstract_collection::Couple::first="
348 typedef val_t (* abstract_collection___Couple___second_t)(val_t self);
349 val_t abstract_collection___Couple___second(val_t self);
350 #define LOCATE_abstract_collection___Couple___second "abstract_collection::Couple::second"
351 typedef void (* abstract_collection___Couple___second__eq_t)(val_t self, val_t param0);
352 void abstract_collection___Couple___second__eq(val_t self, val_t param0);
353 #define LOCATE_abstract_collection___Couple___second__eq "abstract_collection::Couple::second="
354 typedef void (* abstract_collection___Couple___init_t)(val_t self, val_t param0, val_t param1, int* init_table);
355 void abstract_collection___Couple___init(val_t self, val_t param0, val_t param1, int* init_table);
356 #define LOCATE_abstract_collection___Couple___init "abstract_collection::Couple::init"
357 val_t NEW_Couple_abstract_collection___Couple___init(val_t p0, val_t p1);
358 #endif