Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoList_VuoModifierKey.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_VuoModifierKey (void *list)
 Destroys the list (a VuoList_VuoModifierKey).
 
VuoList_VuoModifierKey VuoList_VuoModifierKey_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoList_VuoModifierKey_jsonFromValue (const VuoList_VuoModifierKey value)
 Encodes value as a JSON object.
 
char * VuoList_VuoModifierKey_summaryFromValue (const VuoList_VuoModifierKey value)
 Produces a brief human-readable summary of value.
 
VuoList_VuoModifierKey VuoListCreate_VuoModifierKey (void)
 Creates a new list of VuoModifierKey elements.
 
VuoModifierKey VuoListGetValueAtIndex_VuoModifierKey (const VuoList_VuoModifierKey list, const unsigned long index)
 Returns the VuoModifierKey at index.
 
void VuoListSetValueAtIndex_VuoModifierKey (const VuoList_VuoModifierKey list, const VuoModifierKey value, const unsigned long index)
 Changes the VuoModifierKey at index.
 
void VuoListAppendValue_VuoModifierKey (VuoList_VuoModifierKey list, const VuoModifierKey value)
 Appends value to list.
 
void VuoListRemoveFirstValue_VuoModifierKey (VuoList_VuoModifierKey list)
 Removes the first value from list.
 
void VuoListRemoveLastValue_VuoModifierKey (VuoList_VuoModifierKey list)
 Removes the last value from list.
 
void VuoListRemoveAll_VuoModifierKey (VuoList_VuoModifierKey list)
 Removes all values from list.
 
unsigned long VuoListGetCount_VuoModifierKey (const VuoList_VuoModifierKey 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_VuoModifierKey ( void *  list)

Destroys the list (a VuoList_VuoModifierKey).