nitdoc: introduce JQuery.UI
[nit.git] / c_src / list.sep.0.h
1 #include "nit.common.h"
2 extern const int COLOR_list__List__get_node;
3 extern const int COLOR_abstract_collection__Container__item;
4 val* list__List___91d_93d(val* self, long p0);
5 extern const int COLOR_abstract_collection__Sequence_FT0;
6 extern const int COLOR_abstract_collection__Container__item_61d;
7 void list__List___91d_93d_61d(val* self, long p0, val* p1);
8 extern const int COLOR_list__List___head;
9 val* list__List__first(val* self);
10 void list__List__first_61d(val* self, val* p0);
11 extern const int COLOR_list__List___tail;
12 val* list__List__last(val* self);
13 void list__List__last_61d(val* self, val* p0);
14 short int list__List__is_empty(val* self);
15 extern const int COLOR_list__ListNode__next;
16 long list__List__length(val* self);
17 extern const int COLOR_abstract_collection__Collection_FT0;
18 extern const int COLOR_list__List__search_node_after;
19 short int list__List__has(val* self, val* p0);
20 extern const int COLOR_kernel__Object___33d_61d;
21 short int list__List__has_only(val* self, val* p0);
22 long list__List__count(val* self, val* p0);
23 extern const struct type type_kernel__Int;
24 extern const int COLOR_abstract_collection__Collection__length;
25 val* NEW_list__List(const struct type* type);
26 extern const int COLOR_list__Listlist__List_FT0;
27 extern const int COLOR_list__List__init;
28 void CHECK_NEW_list__List(val*);
29 extern const int COLOR_abstract_collection__SequenceRead___91d_93d;
30 extern const int COLOR_abstract_collection__SimpleCollection__add;
31 val* list__List__slice(val* self, long p0, long p1);
32 val* NEW_list__ListNode(const struct type* type);
33 extern const int COLOR_list__ListNodelist__List_FT0;
34 extern const int COLOR_list__ListNode__init;
35 void CHECK_NEW_list__ListNode(val*);
36 extern const int COLOR_list__ListNode__next_61d;
37 extern const int COLOR_list__ListNode__prev_61d;
38 void list__List__push(val* self, val* p0);
39 void list__List__unshift(val* self, val* p0);
40 extern const int COLOR_abstract_collection__RemovableCollection__clear;
41 void list__List__link(val* self, val* p0);
42 extern const int COLOR_list__ListNode__prev;
43 val* list__List__pop(val* self);
44 val* list__List__shift(val* self);
45 extern const int COLOR_abstract_collection__RemovableCollection_FT0;
46 extern const int COLOR_list__List__remove_node;
47 void list__List__remove(val* self, val* p0);
48 void list__List__remove_at(val* self, long p0);
49 void list__List__clear(val* self);
50 val* NEW_list__ListIterator(const struct type* type);
51 extern const int COLOR_list__ListIteratorlist__List_FT0;
52 extern const int COLOR_list__ListIterator__init;
53 void CHECK_NEW_list__ListIterator(val*);
54 val* list__List__iterator(val* self);
55 void list__List__init(val* self);
56 extern const int COLOR_abstract_collection__Collectionlist__List_FT0;
57 extern const int COLOR_abstract_collection__Sequence__append;
58 void list__List__from(val* self, val* p0);
59 val* list__List__get_node(val* self, long p0);
60 extern const int COLOR_list__List_FT0;
61 val* list__List__search_node_after(val* self, val* p0, val* p1);
62 void list__List__remove_node(val* self, val* p0);
63 void list__List__insert_before(val* self, val* p0, val* p1);
64 extern const int COLOR_list__ListIterator___node;
65 val* list__ListIterator__item(val* self);
66 extern const int COLOR_list__ListIterator_FT0;
67 void list__ListIterator__item_61d(val* self, val* p0);
68 short int list__ListIterator__is_ok(val* self);
69 extern const int COLOR_list__ListIterator___index;
70 void list__ListIterator__next(val* self);
71 extern const int COLOR_list__Listlist__ListIterator_FT0;
72 extern const int COLOR_list__ListIterator___list;
73 void list__ListIterator__init(val* self, val* p0);
74 long list__ListIterator__index(val* self);
75 void list__ListIterator__delete(val* self);
76 extern const int COLOR_list__List__insert_before;
77 void list__ListIterator__insert_before(val* self, val* p0);
78 extern const int COLOR_list__ListNode_FT0;
79 extern const int COLOR_abstract_collection__Container__init;
80 void list__ListNode__init(val* self, val* p0);
81 extern const int COLOR_list__ListNode___next;
82 val* list__ListNode__next(val* self);
83 extern const int COLOR_list__ListNodelist__ListNode_FT0;
84 void list__ListNode__next_61d(val* self, val* p0);
85 extern const int COLOR_list__ListNode___prev;
86 val* list__ListNode__prev(val* self);
87 void list__ListNode__prev_61d(val* self, val* p0);