Vuo  2.0.0
VuoCompilerInputDataClass.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoCompilerDataClass.hh"
13 
14 class VuoCompilerData;
15 
20 {
21 private:
22  bool twoParameters;
23 
24 public:
25  VuoCompilerInputDataClass(string name, Type *type, bool twoParameters);
26  VuoCompilerData * newData(void);
27  string getDefaultValue(void);
28  string getAutoValue(void);
30  bool isLoweredToTwoParameters(void);
31 };