Vuo  2.3.2
VuoCompilerInstanceDataClass.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
13 
20 {
21 public:
22  VuoCompilerInstanceDataClass(string name, Type *type);
23  Type * getType(void);
24 
25 private:
26  Type *type;
27 };