Vuo  2.0.0
VuoTextCase.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoTextCase_struct { void *l; } * VuoList_VuoTextCase;
14 #define VuoList_VuoTextCase_TYPE_DEFINED
15 
17 struct json_object;
18 
30 typedef enum {
35 } VuoTextCase;
36 
38 struct json_object * VuoTextCase_getJson(const VuoTextCase value);
40 char * VuoTextCase_getSummary(const VuoTextCase value);
41 
47 char * VuoTextCase_getString(const VuoTextCase value);
51