Vuo  2.0.0
VuoList_VuoOscInputDevice.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_VuoOscInputDevice_TYPE_DEFINED)
28 
32 typedef const struct VuoList_VuoOscInputDevice_struct { void *l; } * VuoList_VuoOscInputDevice;
34 #endif
35 
40 
47 
52 
62 
80 
89 void VuoListForeach_VuoOscInputDevice(const VuoList_VuoOscInputDevice list, bool (^function)(const VuoOscInputDevice value));
90 
101 void VuoListSetValue_VuoOscInputDevice(const VuoList_VuoOscInputDevice list, const VuoOscInputDevice value, const unsigned long index, bool expandListIfNeeded);
102 
109 void VuoListInsertValue_VuoOscInputDevice(const VuoList_VuoOscInputDevice list, const VuoOscInputDevice value, const unsigned long index);
110 
115 
120 
124 void VuoListExchangeValues_VuoOscInputDevice(VuoList_VuoOscInputDevice list, const unsigned long indexA, const unsigned long indexB);
125 
126 #ifdef VuoOscInputDevice_SUPPORTS_COMPARISON
127 
130 void VuoListSort_VuoOscInputDevice(VuoList_VuoOscInputDevice list);
131 
137 bool VuoList_VuoOscInputDevice_areEqual(const VuoList_VuoOscInputDevice a, const VuoList_VuoOscInputDevice b);
138 
142 bool VuoList_VuoOscInputDevice_isLessThan(const VuoList_VuoOscInputDevice a, const VuoList_VuoOscInputDevice b);
143 #endif
144 
150 void VuoListShuffle_VuoOscInputDevice(VuoList_VuoOscInputDevice list, const double chaos);
151 
156 
162 VuoList_VuoOscInputDevice VuoListSubset_VuoOscInputDevice(VuoList_VuoOscInputDevice list, const signed long startIndex, const unsigned long itemCount);
163 
164 #ifdef VuoOscInputDevice_SUPPORTS_COMPARISON
165 
172 VuoList_VuoOscInputDevice VuoListRemoveDuplicates_VuoOscInputDevice(VuoList_VuoOscInputDevice list);
173 #endif
174 
179 
184 
189 
195 void VuoListRemoveValue_VuoOscInputDevice(VuoList_VuoOscInputDevice list, const unsigned long index);
196 
201 
210 
215 
216 #ifdef VuoOscInputDevice_REQUIRES_INTERPROCESS_JSON
217 
222 struct json_object * VuoList_VuoOscInputDevice_getInterprocessJson(const VuoList_VuoOscInputDevice value);
223 #endif
224 
229 
231 
237 
242 #ifdef __cplusplus
243 }
244 #endif