Vuo  2.3.2
VuoCompilerInputData.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoCompilerData.hh"
13 
15 
20 {
21 public:
23  void setInitialValue(string initialValueAsString);
24  string getInitialValue(void);
25 
26 private:
27  string initialValueAsString;
28 };