Vuo  0.7.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoList_VuoCurve.cc File Reference

Description

VuoList implementation.

Macros

#define RETAIN(element)
 Ignore calls to VuoRetain and VuoRelease if the element type is not reference-counted.
 
#define RELEASE(element)
 Ignore calls to VuoRetain and VuoRelease if the element type is not reference-counted.
 

Functions

void VuoListDestroy_VuoCurve (void *list)
 Destroys the list (a VuoList_VuoCurve).
 
VuoList_VuoCurve VuoList_VuoCurve_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoList_VuoCurve_jsonFromValue (const VuoList_VuoCurve value)
 Encodes value as a JSON object.
 
char * VuoList_VuoCurve_summaryFromValue (const VuoList_VuoCurve value)
 Produces a brief human-readable summary of value.
 
VuoList_VuoCurve VuoListCreate_VuoCurve (void)
 Creates a new list of VuoCurve elements.
 
VuoCurve VuoListGetValueAtIndex_VuoCurve (const VuoList_VuoCurve list, const unsigned long index)
 Returns the VuoCurve at index.
 
void VuoListAppendValue_VuoCurve (VuoList_VuoCurve list, const VuoCurve value)
 Appends value to list.
 
void VuoListRemoveLastValue_VuoCurve (VuoList_VuoCurve list)
 Removes the last value from list.
 
void VuoListRemoveAll_VuoCurve (VuoList_VuoCurve list)
 Removes all values from list.
 
unsigned long VuoListGetCount_VuoCurve (const VuoList_VuoCurve list)
 Returns the number of elements in list.
 

Macro Definition Documentation

#define RELEASE (   element)

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

#define RETAIN (   element)

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

Function Documentation

void VuoListDestroy_VuoCurve ( void *  list)

Destroys the list (a VuoList_VuoCurve).