Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCompilerTriggerPortClass.hh
Go to the documentation of this file.
1
10#pragma once
11
13
20{
21private:
22 VuoType *vuoType;
23
24public:
25 explicit VuoCompilerTriggerPortClass(string name);
28 FunctionType * getFunctionType(Module *module);
29 VuoType * getDataVuoType(void);
30 void setDataVuoType(VuoType *type);
31};