Vuo  0.5.6
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoList_VuoShader.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)
 Ignore calls to VuoRetain and VuoRelease if the element type is not reference-counted.
 

Functions

void VuoListDestroy_VuoShader (void *list)
 Destroys the list (a VuoList_VuoShader).
 
VuoList_VuoShader VuoList_VuoShader_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoList_VuoShader_jsonFromValue (const VuoList_VuoShader value)
 Encodes value as a JSON object.
 
char * VuoList_VuoShader_summaryFromValue (const VuoList_VuoShader value)
 Produces a brief human-readable summary of value.
 
VuoList_VuoShader VuoListCreate_VuoShader (void)
 Creates a new list of VuoShader elements.
 
VuoShader VuoListGetValueAtIndex_VuoShader (const VuoList_VuoShader list, const unsigned long index)
 Returns the VuoShader at index.
 
void VuoListAppendValue_VuoShader (VuoList_VuoShader list, const VuoShader value)
 Appends value to list.
 
void VuoListRemoveLastValue_VuoShader (VuoList_VuoShader list)
 Removes the last value from list.
 
void VuoListRemoveAll_VuoShader (VuoList_VuoShader list)
 Removes all values from list.
 
unsigned long VuoListGetCount_VuoShader (const VuoList_VuoShader list)
 Returns the number of elements in list.
 

Macro Definition Documentation

#define RELEASE (   element)    VuoRelease((void *)element)

Ignore calls to VuoRetain and VuoRelease if the element type is not reference-counted.

#define RETAIN (   element)    VuoRetain((void *)element)

Ignore calls to VuoRetain and VuoRelease if the element type is not reference-counted.

Function Documentation

void VuoListDestroy_VuoShader ( void *  list)

Destroys the list (a VuoList_VuoShader).