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