Vuo  2.0.2
Functions
VuoCursor.c File Reference

Description

VuoCursor implementation.

Definition in file VuoCursor.c.

Go to the source code of this file.

Functions

VuoCursor VuoCursor_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoCursor_getJson (const VuoCursor value)
 Encodes value as a JSON object. More...
 
VuoList_VuoCursor VuoCursor_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoCursor_getSummary (const VuoCursor value)
 Returns a compact string representation of value. More...
 
bool VuoCursor_isPopulated (const VuoCursor value)
 Returns true if the cursor is anything other than none. More...