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