Vuo  2.0.0
Enumerations | Functions
VuoSortOrder

Description

Ascending or descending order.

Enumerations

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

Functions

VuoSortOrder VuoSortOrder_makeFromJson (json_object *js)
 
json_objectVuoSortOrder_getJson (const VuoSortOrder value)
 
char * VuoSortOrder_getSummary (const VuoSortOrder value)
 
VuoList_VuoSortOrder VuoSortOrder_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoSortOrder VuoSortOrder_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoSortOrder_getString (const VuoSortOrder value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoSortOrder

Ascending or descending order.

Definition at line 28 of file VuoSortOrder.h.

Function Documentation

◆ VuoSortOrder_getAllowedValues()

VuoList_VuoSortOrder VuoSortOrder_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 59 of file VuoSortOrder.c.

◆ VuoSortOrder_getJson()

struct json_object * VuoSortOrder_getJson ( const VuoSortOrder  value)

Encodes value as a JSON object.

Definition at line 46 of file VuoSortOrder.c.

◆ VuoSortOrder_getString()

char* VuoSortOrder_getString ( const VuoSortOrder  value)

Automatically generated function.

◆ VuoSortOrder_getSummary()

char * VuoSortOrder_getSummary ( const VuoSortOrder  value)

Returns a string representation of value.

Definition at line 71 of file VuoSortOrder.c.

◆ VuoSortOrder_makeFromJson()

VuoSortOrder VuoSortOrder_makeFromJson ( json_object js)

Decodes the JSON object to create a new value.

Definition at line 30 of file VuoSortOrder.c.

◆ VuoSortOrder_makeFromString()

VuoSortOrder VuoSortOrder_makeFromString ( const char *  str)

Automatically generated function.