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