Vuo  2.0.0
VuoCompilerOutputDataClass.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoCompilerDataClass.hh"
13 
14 
21 {
22 public:
23  VuoCompilerOutputDataClass(string name, Type *type);
24  VuoCompilerData * newData(void);
25 };