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

Description

VuoSortOrder C type definition.

Classes

struct  VuoList_VuoSortOrder_struct
 A list of VuoSortOrder elements. More...
 

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.
 
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.
 
VuoSortOrder VuoSortOrder_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoSortOrder_getString (const VuoSortOrder value)
 Automatically generated function.
 
#define VuoList_VuoSortOrder_TYPE_DEFINED
 
typedef struct
VuoList_VuoSortOrder_struct
VuoList_VuoSortOrder