Vuo 2.4.4
Loading...
Searching...
No Matches
VuoList_VuoBlurShape.h
Go to the documentation of this file.
1
10#ifndef VuoList_VuoBlurShape_DEFINED
11#define VuoList_VuoBlurShape_DEFINED
12
13#ifdef __cplusplus
14extern "C"
15{
16#endif
17
29typedef const struct { void *l; } * VuoList_VuoBlurShape;
30
31#ifdef VuoBlurShape_SUPPORTS_COMPARISON
32#define VuoList_VuoBlurShape_SUPPORTS_COMPARISON
33#endif
34#ifdef VuoBlurShape_OVERRIDES_INTERPROCESS_SERIALIZATION
35#define VuoList_VuoBlurShape_OVERRIDES_INTERPROCESS_SERIALIZATION
36#endif
37
42
49
55VuoList_VuoBlurShape VuoListCreateWithValueArray_VuoBlurShape(const VuoBlurShape *values, const unsigned long valueCount);
56
61
74VuoBlurShape VuoListGetValue_VuoBlurShape(const VuoList_VuoBlurShape list, const unsigned long index);
75
93
102void VuoListForeach_VuoBlurShape(const VuoList_VuoBlurShape list, bool (^function)(const VuoBlurShape value));
103
115void VuoListSetValue_VuoBlurShape(const VuoList_VuoBlurShape list, const VuoBlurShape value, const unsigned long index, bool expandListIfNeeded);
116
125void VuoListInsertValue_VuoBlurShape(const VuoList_VuoBlurShape list, const VuoBlurShape value, const unsigned long index);
126
131
136
140void VuoListExchangeValues_VuoBlurShape(VuoList_VuoBlurShape list, const unsigned long indexA, const unsigned long indexB);
141
142#ifdef VuoBlurShape_SUPPORTS_COMPARISON
146void VuoListSort_VuoBlurShape(VuoList_VuoBlurShape list);
147
154bool VuoList_VuoBlurShape_areEqual(const VuoList_VuoBlurShape a, const VuoList_VuoBlurShape b);
155
160bool VuoList_VuoBlurShape_isLessThan(const VuoList_VuoBlurShape a, const VuoList_VuoBlurShape b);
161#endif
162
169
174
180VuoList_VuoBlurShape VuoListSubset_VuoBlurShape(VuoList_VuoBlurShape list, const signed long startIndex, const unsigned long itemCount);
181
182#ifdef VuoBlurShape_SUPPORTS_COMPARISON
190VuoList_VuoBlurShape VuoListRemoveDuplicates_VuoBlurShape(VuoList_VuoBlurShape list);
191#endif
192
197
202
207
215void VuoListRemoveValue_VuoBlurShape(VuoList_VuoBlurShape list, const unsigned long index);
216
221
230
234struct json_object * VuoList_VuoBlurShape_getJson(const VuoList_VuoBlurShape list);
235
236#ifdef VuoBlurShape_OVERRIDES_INTERPROCESS_SERIALIZATION
242struct json_object * VuoList_VuoBlurShape_getInterprocessJson(const VuoList_VuoBlurShape list);
243#endif
244
249
254
259
261
266
271#ifdef __cplusplus
272}
273#endif
274
275#endif