Vuo  2.3.2
VuoList_VuoSpeechVoice.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_VuoSpeechVoice_TYPE_DEFINED)
29 
32 typedef const struct VuoList_VuoSpeechVoice_struct { void *l; } * VuoList_VuoSpeechVoice;
34 #endif
35 
40 
47 
52 
61 VuoSpeechVoice VuoListGetValue_VuoSpeechVoice(const VuoList_VuoSpeechVoice list, const unsigned long index);
62 
80 
89 void VuoListForeach_VuoSpeechVoice(const VuoList_VuoSpeechVoice list, bool (^function)(const VuoSpeechVoice value));
90 
101 void VuoListSetValue_VuoSpeechVoice(const VuoList_VuoSpeechVoice list, const VuoSpeechVoice value, const unsigned long index, bool expandListIfNeeded);
102 
109 void VuoListInsertValue_VuoSpeechVoice(const VuoList_VuoSpeechVoice list, const VuoSpeechVoice value, const unsigned long index);
110 
115 
120 
124 void VuoListExchangeValues_VuoSpeechVoice(VuoList_VuoSpeechVoice list, const unsigned long indexA, const unsigned long indexB);
125 
126 #ifdef VuoSpeechVoice_SUPPORTS_COMPARISON
130 void VuoListSort_VuoSpeechVoice(VuoList_VuoSpeechVoice list);
131 
137 bool VuoList_VuoSpeechVoice_areEqual(const VuoList_VuoSpeechVoice a, const VuoList_VuoSpeechVoice b);
138 
142 bool VuoList_VuoSpeechVoice_isLessThan(const VuoList_VuoSpeechVoice a, const VuoList_VuoSpeechVoice b);
143 #endif
144 
150 void VuoListShuffle_VuoSpeechVoice(VuoList_VuoSpeechVoice list, const double chaos);
151 
156 
162 VuoList_VuoSpeechVoice VuoListSubset_VuoSpeechVoice(VuoList_VuoSpeechVoice list, const signed long startIndex, const unsigned long itemCount);
163 
164 #ifdef VuoSpeechVoice_SUPPORTS_COMPARISON
172 VuoList_VuoSpeechVoice VuoListRemoveDuplicates_VuoSpeechVoice(VuoList_VuoSpeechVoice list);
173 #endif
174 
179 
184 
189 
195 void VuoListRemoveValue_VuoSpeechVoice(VuoList_VuoSpeechVoice list, const unsigned long index);
196 
201 
210 
215 
216 #ifdef VuoSpeechVoice_REQUIRES_INTERPROCESS_JSON
222 struct json_object * VuoList_VuoSpeechVoice_getInterprocessJson(const VuoList_VuoSpeechVoice value);
223 #endif
224 
229 
231 
237 
242 #ifdef __cplusplus
243 }
244 #endif