Vuo  2.3.2
VuoList_VuoUuid.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_VuoUuid_TYPE_DEFINED)
29 
32 typedef const struct VuoList_VuoUuid_struct { void *l; } * VuoList_VuoUuid;
34 #endif
35 
40 
46 VuoList_VuoUuid VuoListCreateWithCount_VuoUuid(const unsigned long count, const VuoUuid value);
47 
52 
61 VuoUuid VuoListGetValue_VuoUuid(const VuoList_VuoUuid list, const unsigned long index);
62 
80 
89 void VuoListForeach_VuoUuid(const VuoList_VuoUuid list, bool (^function)(const VuoUuid value));
90 
101 void VuoListSetValue_VuoUuid(const VuoList_VuoUuid list, const VuoUuid value, const unsigned long index, bool expandListIfNeeded);
102 
109 void VuoListInsertValue_VuoUuid(const VuoList_VuoUuid list, const VuoUuid value, const unsigned long index);
110 
114 void VuoListPrependValue_VuoUuid(VuoList_VuoUuid list, const VuoUuid value);
115 
119 void VuoListAppendValue_VuoUuid(VuoList_VuoUuid list, const VuoUuid value);
120 
124 void VuoListExchangeValues_VuoUuid(VuoList_VuoUuid list, const unsigned long indexA, const unsigned long indexB);
125 
126 #ifdef VuoUuid_SUPPORTS_COMPARISON
130 void VuoListSort_VuoUuid(VuoList_VuoUuid list);
131 
137 bool VuoList_VuoUuid_areEqual(const VuoList_VuoUuid a, const VuoList_VuoUuid b);
138 
142 bool VuoList_VuoUuid_isLessThan(const VuoList_VuoUuid a, const VuoList_VuoUuid b);
143 #endif
144 
150 void VuoListShuffle_VuoUuid(VuoList_VuoUuid list, const double chaos);
151 
156 
162 VuoList_VuoUuid VuoListSubset_VuoUuid(VuoList_VuoUuid list, const signed long startIndex, const unsigned long itemCount);
163 
164 #ifdef VuoUuid_SUPPORTS_COMPARISON
172 VuoList_VuoUuid VuoListRemoveDuplicates_VuoUuid(VuoList_VuoUuid list);
173 #endif
174 
179 
184 
189 
195 void VuoListRemoveValue_VuoUuid(VuoList_VuoUuid list, const unsigned long index);
196 
200 unsigned long VuoListGetCount_VuoUuid(const VuoList_VuoUuid list);
201 
210 
215 
216 #ifdef VuoUuid_REQUIRES_INTERPROCESS_JSON
222 struct json_object * VuoList_VuoUuid_getInterprocessJson(const VuoList_VuoUuid value);
223 #endif
224 
228 char * VuoList_VuoUuid_getSummary(const VuoList_VuoUuid value);
229 
231 
237 
242 #ifdef __cplusplus
243 }
244 #endif