Vuo  2.3.2
VuoTableFormat.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoTableFormat_struct { void *l; } * VuoList_VuoTableFormat;
14 #define VuoList_VuoTableFormat_TYPE_DEFINED
16 
28 typedef enum {
29  VuoTableFormat_Csv,
30  VuoTableFormat_Tsv
32 
36 char * VuoTableFormat_getSummary(const VuoTableFormat value);
37 
39 
47