Vuo  2.3.2
VuoCompilerInputData.cc
Go to the documentation of this file.
1 
10 #include "VuoCompilerInputData.hh"
12 
17  VuoCompilerData(dataClass)
18 {
20  dataClass->getAutoValue() :
21  dataClass->getDefaultValue() );
22 }
23 
30 void VuoCompilerInputData::setInitialValue(string initialValueAsString)
31 {
32  this->initialValueAsString = initialValueAsString;
33 }
34 
39 {
40  return initialValueAsString;
41 }