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

Description

VuoList implementation.

Macros

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

Functions

void VuoListDestroy_VuoLeapFrame (void *list)
 Destroys the list (a VuoList_VuoLeapFrame).
 
VuoList_VuoLeapFrame VuoList_VuoLeapFrame_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoList_VuoLeapFrame_jsonFromValue (const VuoList_VuoLeapFrame value)
 Encodes value as a JSON object.
 
char * VuoList_VuoLeapFrame_summaryFromValue (const VuoList_VuoLeapFrame value)
 Produces a brief human-readable summary of value.
 
VuoList_VuoLeapFrame VuoListCreate_VuoLeapFrame (void)
 Creates a new list of VuoLeapFrame elements.
 
VuoLeapFrame VuoListGetValueAtIndex_VuoLeapFrame (const VuoList_VuoLeapFrame list, const unsigned long index)
 Returns the VuoLeapFrame at index.
 
void VuoListAppendValue_VuoLeapFrame (VuoList_VuoLeapFrame list, const VuoLeapFrame value)
 Appends value to list.
 
void VuoListRemoveLastValue_VuoLeapFrame (VuoList_VuoLeapFrame list)
 Removes the last value from list.
 
void VuoListRemoveAll_VuoLeapFrame (VuoList_VuoLeapFrame list)
 Removes all values from list.
 
unsigned long VuoListGetCount_VuoLeapFrame (const VuoList_VuoLeapFrame list)
 Returns the number of elements in list.
 

Macro Definition Documentation

#define RELEASE (   element)    VuoLeapFrame_release(element)

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

#define RETAIN (   element)    VuoLeapFrame_retain(element)

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

Function Documentation

void VuoListDestroy_VuoLeapFrame ( void *  list)

Destroys the list (a VuoList_VuoLeapFrame).