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

Description

VuoList implementation.

Macros

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

Functions

void VuoListDestroy_VuoImage (void *list)
 Destroys the list (a VuoList_VuoImage).
 
VuoList_VuoImage VuoList_VuoImage_valueFromString (const char *initializer)
 Parses the C string initializer to create a new list.
 
char * VuoList_VuoImage_stringFromValue (const VuoList_VuoImage value)
 Serializes value as a C string.
 
char * VuoList_VuoImage_summaryFromValue (const VuoList_VuoImage value)
 Produces a brief human-readable summary of value.
 
VuoList_VuoImage VuoListCreate_VuoImage (void)
 Creates a new list of VuoImage elements.
 
VuoImage VuoListGetValueAtIndex_VuoImage (const VuoList_VuoImage list, const unsigned long index)
 Returns the VuoImage at index.
 
void VuoListAppendValue_VuoImage (VuoList_VuoImage list, const VuoImage value)
 Appends value to list.
 
void VuoListRemoveLastValue_VuoImage (VuoList_VuoImage list)
 Removes the last value from list.
 
void VuoListRemoveAll_VuoImage (VuoList_VuoImage list)
 Removes all values from list.
 
unsigned long VuoListGetCount_VuoImage (const VuoList_VuoImage list)
 Returns the number of elements in list.