Vuo  2.3.2
VuoSortOrder.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoSortOrder_struct { void *l; } * VuoList_VuoSortOrder;
14 #define VuoList_VuoSortOrder_TYPE_DEFINED
16 
28 typedef enum
29 {
30  VuoSortOrder_Ascending,
31  VuoSortOrder_Descending
32 } VuoSortOrder;
33 
35 struct json_object * VuoSortOrder_getJson(const VuoSortOrder value);
37 char * VuoSortOrder_getSummary(const VuoSortOrder value);
38 
40 
46