Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
 Decodes the JSON object to create a new value.
 
json_objectVuoSortOrder_getJson (const VuoSortOrder value)
 Encodes value as a JSON object.
 
char * VuoSortOrder_getSummary (const VuoSortOrder value)
 Returns a string representation of value.
 
VuoList_VuoSortOrder VuoSortOrder_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoSortOrder VuoSortOrder_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoSortOrder_getString (const VuoSortOrder value)
 Automatically generated function.
 

Enumeration Type Documentation

Ascending or descending order.

Function Documentation

VuoList_VuoSortOrder VuoSortOrder_getAllowedValues ( void  )

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

struct json_object * VuoSortOrder_getJson ( const VuoSortOrder  value)
read

Encodes value as a JSON object.

char* VuoSortOrder_getString ( const VuoSortOrder  value)

Automatically generated function.

char * VuoSortOrder_getSummary ( const VuoSortOrder  value)

Returns a string representation of value.

VuoSortOrder VuoSortOrder_makeFromJson ( json_object js)

Decodes the JSON object to create a new value.

VuoSortOrder VuoSortOrder_makeFromString ( const char *  str)

Automatically generated function.