Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoSortOrder.h File Reference

Description

VuoSortOrder C type definition.

Definition in file VuoSortOrder.h.

Go to the source code of this file.

Enumerations

enum  VuoSortOrder { VuoSortOrder_Ascending , VuoSortOrder_Descending }
 Ascending or descending order. More...
 

Functions

VuoSortOrder VuoSortOrder_makeFromJson (json_object *js)
 Decodes the JSON object to create a new value.
 
json_object * VuoSortOrder_getJson (const VuoSortOrder value)
 Encodes value as a JSON object.
 
VuoList_VuoSortOrder VuoSortOrder_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoSortOrder_getSummary (const VuoSortOrder value)
 Returns a string representation of value.
 
char * VuoSortOrder_getString (const VuoSortOrder value)
 Automatically generated function.
 
void VuoSortOrder_retain (VuoSortOrder value)
 Automatically generated function.
 
void VuoSortOrder_release (VuoSortOrder value)
 Automatically generated function.