Vuo  0.4.6
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
VuoList_VuoMIDIDevice.cc File Reference

Description

VuoList implementation.

Macros

#define RETAIN(element)   VuoMIDIDevice_retain(element)
 Ignore calls to vuoRetain and vuoRelease if the element type is not reference-counted.
 
#define RELEASE(element)   VuoMIDIDevice_release(element)
 

Functions

void VuoListDestroy_VuoMIDIDevice (void *list)
 Destroys the list (a VuoList_VuoMIDIDevice).
 
VuoList_VuoMIDIDevice VuoList_VuoMIDIDevice_valueFromString (const char *initializer)
 Parses the C string initializer to create a new value.
 
char * VuoList_VuoMIDIDevice_stringFromValue (const VuoList_VuoMIDIDevice value)
 Serializes value as a C string.
 
VuoList_VuoMIDIDevice VuoList_VuoMIDIDevice_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoList_VuoMIDIDevice_jsonFromValue (const VuoList_VuoMIDIDevice value)
 Encodes value as a JSON object.
 
char * VuoList_VuoMIDIDevice_summaryFromValue (const VuoList_VuoMIDIDevice value)
 Produces a brief human-readable summary of value.
 
VuoList_VuoMIDIDevice VuoListCreate_VuoMIDIDevice (void)
 Creates a new list of VuoMIDIDevice elements.
 
VuoMIDIDevice VuoListGetValueAtIndex_VuoMIDIDevice (const VuoList_VuoMIDIDevice list, const unsigned long index)
 Returns the VuoMIDIDevice at index.
 
void VuoListAppendValue_VuoMIDIDevice (VuoList_VuoMIDIDevice list, const VuoMIDIDevice value)
 Appends value to list.
 
void VuoListRemoveLastValue_VuoMIDIDevice (VuoList_VuoMIDIDevice list)
 Removes the last value from list.
 
void VuoListRemoveAll_VuoMIDIDevice (VuoList_VuoMIDIDevice list)
 Removes all values from list.
 
unsigned long VuoListGetCount_VuoMIDIDevice (const VuoList_VuoMIDIDevice list)
 Returns the number of elements in list.