Vuo  2.3.2
VuoMathExpressionParser.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
17 #include "VuoInteger.h"
18 #include "VuoReal.h"
19 #include "VuoText.h"
20 #include "VuoList_VuoInteger.h"
21 #include "VuoList_VuoReal.h"
22 #include "VuoList_VuoText.h"
24 
25 typedef void * VuoMathExpressionParser;
26 typedef void * VuoMathExpressionError;
27 
29 
31  VuoMathExpressionError *error);
33  VuoMathExpressionError *error);
38 
42 
43 #ifdef __cplusplus
44 }
45 #endif