Vuo 2.4.4
Loading...
Searching...
No Matches
VuoList_VuoSpeechVoice.h
Go to the documentation of this file.
1
10#ifndef VuoList_VuoSpeechVoice_DEFINED
11#define VuoList_VuoSpeechVoice_DEFINED
12
13#ifdef __cplusplus
14extern "C"
15{
16#endif
17
29typedef const struct { void *l; } * VuoList_VuoSpeechVoice;
30
31#ifdef VuoSpeechVoice_SUPPORTS_COMPARISON
32#define VuoList_VuoSpeechVoice_SUPPORTS_COMPARISON
33#endif
34#ifdef VuoSpeechVoice_OVERRIDES_INTERPROCESS_SERIALIZATION
35#define VuoList_VuoSpeechVoice_OVERRIDES_INTERPROCESS_SERIALIZATION
36#endif
37
42
49
56
61
75
93
102void VuoListForeach_VuoSpeechVoice(const VuoList_VuoSpeechVoice list, bool (^function)(const VuoSpeechVoice value));
103
115void VuoListSetValue_VuoSpeechVoice(const VuoList_VuoSpeechVoice list, const VuoSpeechVoice value, const unsigned long index, bool expandListIfNeeded);
116
125void VuoListInsertValue_VuoSpeechVoice(const VuoList_VuoSpeechVoice list, const VuoSpeechVoice value, const unsigned long index);
126
131
136
140void VuoListExchangeValues_VuoSpeechVoice(VuoList_VuoSpeechVoice list, const unsigned long indexA, const unsigned long indexB);
141
142#ifdef VuoSpeechVoice_SUPPORTS_COMPARISON
146void VuoListSort_VuoSpeechVoice(VuoList_VuoSpeechVoice list);
147
154bool VuoList_VuoSpeechVoice_areEqual(const VuoList_VuoSpeechVoice a, const VuoList_VuoSpeechVoice b);
155
160bool VuoList_VuoSpeechVoice_isLessThan(const VuoList_VuoSpeechVoice a, const VuoList_VuoSpeechVoice b);
161#endif
162
169
174
180VuoList_VuoSpeechVoice VuoListSubset_VuoSpeechVoice(VuoList_VuoSpeechVoice list, const signed long startIndex, const unsigned long itemCount);
181
182#ifdef VuoSpeechVoice_SUPPORTS_COMPARISON
190VuoList_VuoSpeechVoice VuoListRemoveDuplicates_VuoSpeechVoice(VuoList_VuoSpeechVoice list);
191#endif
192
197
202
207
215void VuoListRemoveValue_VuoSpeechVoice(VuoList_VuoSpeechVoice list, const unsigned long index);
216
221
230
235
236#ifdef VuoSpeechVoice_OVERRIDES_INTERPROCESS_SERIALIZATION
242struct json_object * VuoList_VuoSpeechVoice_getInterprocessJson(const VuoList_VuoSpeechVoice list);
243#endif
244
249
254
259
261
266
271#ifdef __cplusplus
272}
273#endif
274
275#endif