Vuo 2.4.4
Loading...
Searching...
No Matches
VuoList_VuoVerticalReflection.h
Go to the documentation of this file.
1
10#ifndef VuoList_VuoVerticalReflection_DEFINED
11#define VuoList_VuoVerticalReflection_DEFINED
12
13#ifdef __cplusplus
14extern "C"
15{
16#endif
17
29typedef const struct { void *l; } * VuoList_VuoVerticalReflection;
30
31#ifdef VuoVerticalReflection_SUPPORTS_COMPARISON
32#define VuoList_VuoVerticalReflection_SUPPORTS_COMPARISON
33#endif
34#ifdef VuoVerticalReflection_OVERRIDES_INTERPROCESS_SERIALIZATION
35#define VuoList_VuoVerticalReflection_OVERRIDES_INTERPROCESS_SERIALIZATION
36#endif
37
42
49
56
61
75
93
103
115void VuoListSetValue_VuoVerticalReflection(const VuoList_VuoVerticalReflection list, const VuoVerticalReflection value, const unsigned long index, bool expandListIfNeeded);
116
126
131
136
140void VuoListExchangeValues_VuoVerticalReflection(VuoList_VuoVerticalReflection list, const unsigned long indexA, const unsigned long indexB);
141
142#ifdef VuoVerticalReflection_SUPPORTS_COMPARISON
146void VuoListSort_VuoVerticalReflection(VuoList_VuoVerticalReflection list);
147
154bool VuoList_VuoVerticalReflection_areEqual(const VuoList_VuoVerticalReflection a, const VuoList_VuoVerticalReflection b);
155
160bool VuoList_VuoVerticalReflection_isLessThan(const VuoList_VuoVerticalReflection a, const VuoList_VuoVerticalReflection b);
161#endif
162
169
174
180VuoList_VuoVerticalReflection VuoListSubset_VuoVerticalReflection(VuoList_VuoVerticalReflection list, const signed long startIndex, const unsigned long itemCount);
181
182#ifdef VuoVerticalReflection_SUPPORTS_COMPARISON
190VuoList_VuoVerticalReflection VuoListRemoveDuplicates_VuoVerticalReflection(VuoList_VuoVerticalReflection list);
191#endif
192
197
202
207
216
221
230
235
236#ifdef VuoVerticalReflection_OVERRIDES_INTERPROCESS_SERIALIZATION
242struct json_object * VuoList_VuoVerticalReflection_getInterprocessJson(const VuoList_VuoVerticalReflection list);
243#endif
244
249
254
259
261
266
271#ifdef __cplusplus
272}
273#endif
274
275#endif