Vuo  2.0.0
VuoList_VuoText.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_VuoText_TYPE_DEFINED)
28 
32 typedef const struct VuoList_VuoText_struct { void *l; } * VuoList_VuoText;
34 #endif
35 
40 
46 VuoList_VuoText VuoListCreateWithCount_VuoText(const unsigned long count, const VuoText value);
47 
52 
61 VuoText VuoListGetValue_VuoText(const VuoList_VuoText list, const unsigned long index);
62 
80 
89 void VuoListForeach_VuoText(const VuoList_VuoText list, bool (^function)(const VuoText value));
90 
101 void VuoListSetValue_VuoText(const VuoList_VuoText list, const VuoText value, const unsigned long index, bool expandListIfNeeded);
102 
109 void VuoListInsertValue_VuoText(const VuoList_VuoText list, const VuoText value, const unsigned long index);
110 
114 void VuoListPrependValue_VuoText(VuoList_VuoText list, const VuoText value);
115 
119 void VuoListAppendValue_VuoText(VuoList_VuoText list, const VuoText value);
120 
124 void VuoListExchangeValues_VuoText(VuoList_VuoText list, const unsigned long indexA, const unsigned long indexB);
125 
126 #ifdef VuoText_SUPPORTS_COMPARISON
127 
130 void VuoListSort_VuoText(VuoList_VuoText list);
131 
137 bool VuoList_VuoText_areEqual(const VuoList_VuoText a, const VuoList_VuoText b);
138 
142 bool VuoList_VuoText_isLessThan(const VuoList_VuoText a, const VuoList_VuoText b);
143 #endif
144 
150 void VuoListShuffle_VuoText(VuoList_VuoText list, const double chaos);
151 
156 
162 VuoList_VuoText VuoListSubset_VuoText(VuoList_VuoText list, const signed long startIndex, const unsigned long itemCount);
163 
164 #ifdef VuoText_SUPPORTS_COMPARISON
165 
172 VuoList_VuoText VuoListRemoveDuplicates_VuoText(VuoList_VuoText list);
173 #endif
174 
179 
184 
189 
195 void VuoListRemoveValue_VuoText(VuoList_VuoText list, const unsigned long index);
196 
200 unsigned long VuoListGetCount_VuoText(const VuoList_VuoText list);
201 
210 
215 
216 #ifdef VuoText_REQUIRES_INTERPROCESS_JSON
217 
222 struct json_object * VuoList_VuoText_getInterprocessJson(const VuoList_VuoText value);
223 #endif
224 
228 char * VuoList_VuoText_getSummary(const VuoList_VuoText value);
229 
231 
235 char * VuoList_VuoText_getString(const VuoList_VuoText value);
237 
242 #ifdef __cplusplus
243 }
244 #endif