Vuo  2.0.0
VuoList_VuoTextCase.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
25 // This header is generated by vuo/type/list/generateVariants.sh.
26 
27 #if defined(DOXYGEN) || !defined(VuoList_VuoTextCase_TYPE_DEFINED)
28 
32 typedef const struct VuoList_VuoTextCase_struct { void *l; } * VuoList_VuoTextCase;
34 #endif
35 
40 
46 VuoList_VuoTextCase VuoListCreateWithCount_VuoTextCase(const unsigned long count, const VuoTextCase value);
47 
52 
61 VuoTextCase VuoListGetValue_VuoTextCase(const VuoList_VuoTextCase list, const unsigned long index);
62 
80 
89 void VuoListForeach_VuoTextCase(const VuoList_VuoTextCase list, bool (^function)(const VuoTextCase value));
90 
101 void VuoListSetValue_VuoTextCase(const VuoList_VuoTextCase list, const VuoTextCase value, const unsigned long index, bool expandListIfNeeded);
102 
109 void VuoListInsertValue_VuoTextCase(const VuoList_VuoTextCase list, const VuoTextCase value, const unsigned long index);
110 
115 
120 
124 void VuoListExchangeValues_VuoTextCase(VuoList_VuoTextCase list, const unsigned long indexA, const unsigned long indexB);
125 
126 #ifdef VuoTextCase_SUPPORTS_COMPARISON
127 
130 void VuoListSort_VuoTextCase(VuoList_VuoTextCase list);
131 
137 bool VuoList_VuoTextCase_areEqual(const VuoList_VuoTextCase a, const VuoList_VuoTextCase b);
138 
142 bool VuoList_VuoTextCase_isLessThan(const VuoList_VuoTextCase a, const VuoList_VuoTextCase b);
143 #endif
144 
150 void VuoListShuffle_VuoTextCase(VuoList_VuoTextCase list, const double chaos);
151 
156 
162 VuoList_VuoTextCase VuoListSubset_VuoTextCase(VuoList_VuoTextCase list, const signed long startIndex, const unsigned long itemCount);
163 
164 #ifdef VuoTextCase_SUPPORTS_COMPARISON
165 
172 VuoList_VuoTextCase VuoListRemoveDuplicates_VuoTextCase(VuoList_VuoTextCase list);
173 #endif
174 
179 
184 
189 
195 void VuoListRemoveValue_VuoTextCase(VuoList_VuoTextCase list, const unsigned long index);
196 
200 unsigned long VuoListGetCount_VuoTextCase(const VuoList_VuoTextCase list);
201 
210 
215 
216 #ifdef VuoTextCase_REQUIRES_INTERPROCESS_JSON
217 
222 struct json_object * VuoList_VuoTextCase_getInterprocessJson(const VuoList_VuoTextCase value);
223 #endif
224 
229 
231 
237 
242 #ifdef __cplusplus
243 }
244 #endif