Vuo 2.4.4
Loading...
Searching...
No Matches
VuoList_VuoWeekday.h
Go to the documentation of this file.
1
10#ifndef VuoList_VuoWeekday_DEFINED
11#define VuoList_VuoWeekday_DEFINED
12
13#ifdef __cplusplus
14extern "C"
15{
16#endif
17
29typedef const struct { void *l; } * VuoList_VuoWeekday;
30
31#ifdef VuoWeekday_SUPPORTS_COMPARISON
32#define VuoList_VuoWeekday_SUPPORTS_COMPARISON
33#endif
34#ifdef VuoWeekday_OVERRIDES_INTERPROCESS_SERIALIZATION
35#define VuoList_VuoWeekday_OVERRIDES_INTERPROCESS_SERIALIZATION
36#endif
37
42
48VuoList_VuoWeekday VuoListCreateWithCount_VuoWeekday(const unsigned long count, const VuoWeekday value);
49
55VuoList_VuoWeekday VuoListCreateWithValueArray_VuoWeekday(const VuoWeekday *values, const unsigned long valueCount);
56
61
74VuoWeekday VuoListGetValue_VuoWeekday(const VuoList_VuoWeekday list, const unsigned long index);
75
93
102void VuoListForeach_VuoWeekday(const VuoList_VuoWeekday list, bool (^function)(const VuoWeekday value));
103
115void VuoListSetValue_VuoWeekday(const VuoList_VuoWeekday list, const VuoWeekday value, const unsigned long index, bool expandListIfNeeded);
116
125void VuoListInsertValue_VuoWeekday(const VuoList_VuoWeekday list, const VuoWeekday value, const unsigned long index);
126
131
136
140void VuoListExchangeValues_VuoWeekday(VuoList_VuoWeekday list, const unsigned long indexA, const unsigned long indexB);
141
142#ifdef VuoWeekday_SUPPORTS_COMPARISON
146void VuoListSort_VuoWeekday(VuoList_VuoWeekday list);
147
154bool VuoList_VuoWeekday_areEqual(const VuoList_VuoWeekday a, const VuoList_VuoWeekday b);
155
160bool VuoList_VuoWeekday_isLessThan(const VuoList_VuoWeekday a, const VuoList_VuoWeekday b);
161#endif
162
168void VuoListShuffle_VuoWeekday(VuoList_VuoWeekday list, const double chaos);
169
174
180VuoList_VuoWeekday VuoListSubset_VuoWeekday(VuoList_VuoWeekday list, const signed long startIndex, const unsigned long itemCount);
181
182#ifdef VuoWeekday_SUPPORTS_COMPARISON
190VuoList_VuoWeekday VuoListRemoveDuplicates_VuoWeekday(VuoList_VuoWeekday list);
191#endif
192
197
202
207
215void VuoListRemoveValue_VuoWeekday(VuoList_VuoWeekday list, const unsigned long index);
216
221
230
234struct json_object * VuoList_VuoWeekday_getJson(const VuoList_VuoWeekday list);
235
236#ifdef VuoWeekday_OVERRIDES_INTERPROCESS_SERIALIZATION
242struct json_object * VuoList_VuoWeekday_getInterprocessJson(const VuoList_VuoWeekday list);
243#endif
244
249
254
259
261
266
271#ifdef __cplusplus
272}
273#endif
274
275#endif