Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs | Functions
VuoList_VuoIntegerRange.h File Reference

Description

VuoList_VuoIntegerRange C type definition.

Classes

struct  VuoList_VuoIntegerRange_struct
 A list of VuoIntegerRange elements. More...
 

Typedefs

typedef struct
VuoList_VuoIntegerRange_struct
VuoList_VuoIntegerRange
 A list of VuoIntegerRange elements.
 

Functions

VuoList_VuoIntegerRange VuoListCreate_VuoIntegerRange (void)
 Creates a new list of VuoIntegerRange elements.
 
VuoList_VuoIntegerRange VuoListCreateWithCount_VuoIntegerRange (const unsigned long count, const VuoIntegerRange value)
 Creates a new list of count instances of value.
 
VuoList_VuoIntegerRange VuoListCopy_VuoIntegerRange (const VuoList_VuoIntegerRange list)
 Makes a shallow copy of list — its items are retained (not copied) by the new list.
 
VuoIntegerRange VuoListGetValue_VuoIntegerRange (const VuoList_VuoIntegerRange list, const unsigned long index)
 Returns the VuoIntegerRange at index.
 
VuoIntegerRangeVuoListGetData_VuoIntegerRange (const VuoList_VuoIntegerRange list)
 Returns a pointer to a C array containing the list items.
 
void VuoListSetValue_VuoIntegerRange (const VuoList_VuoIntegerRange list, const VuoIntegerRange value, const unsigned long index, bool expandListIfNeeded)
 Changes the VuoIntegerRange at index.
 
void VuoListInsertValue_VuoIntegerRange (const VuoList_VuoIntegerRange list, const VuoIntegerRange value, const unsigned long index)
 Inserts the VuoIntegerRange immediately before index.
 
void VuoListPrependValue_VuoIntegerRange (VuoList_VuoIntegerRange list, const VuoIntegerRange value)
 Prepends value to list.
 
void VuoListAppendValue_VuoIntegerRange (VuoList_VuoIntegerRange list, const VuoIntegerRange value)
 Appends value to list.
 
void VuoListExchangeValues_VuoIntegerRange (VuoList_VuoIntegerRange list, const unsigned long indexA, const unsigned long indexB)
 Swaps the value at indexA with the value at indexB.
 
void VuoListShuffle_VuoIntegerRange (VuoList_VuoIntegerRange list, const double chaos)
 Generates a random permutation of list.
 
void VuoListReverse_VuoIntegerRange (VuoList_VuoIntegerRange list)
 Reverses the order of the items in list.
 
VuoList_VuoIntegerRange VuoListSubset_VuoIntegerRange (VuoList_VuoIntegerRange list, const signed long startIndex, const unsigned long itemCount)
 Returns a new list containing items from the original list in the range specified by startIndex and itemCount.
 
void VuoListRemoveFirstValue_VuoIntegerRange (VuoList_VuoIntegerRange list)
 Removes the first value from list.
 
void VuoListRemoveLastValue_VuoIntegerRange (VuoList_VuoIntegerRange list)
 Removes the last value from list.
 
void VuoListRemoveAll_VuoIntegerRange (VuoList_VuoIntegerRange list)
 Removes all values from list.
 
void VuoListRemoveValue_VuoIntegerRange (VuoList_VuoIntegerRange list, const unsigned long index)
 Removes the VuoIntegerRange at index.
 
unsigned long VuoListGetCount_VuoIntegerRange (const VuoList_VuoIntegerRange list)
 Returns the number of elements in list.
 
VuoList_VuoIntegerRange VuoList_VuoIntegerRange_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoList_VuoIntegerRange_getJson (const VuoList_VuoIntegerRange value)
 Encodes value as a JSON object.
 
char * VuoList_VuoIntegerRange_getSummary (const VuoList_VuoIntegerRange value)
 Produces a brief human-readable summary of value.
 
VuoList_VuoIntegerRange VuoList_VuoIntegerRange_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoList_VuoIntegerRange_getString (const VuoList_VuoIntegerRange value)
 Automatically generated function.