Vuo  2.0.1
VuoCompilerInputEventPortClass.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
13 
15 class VuoCompilerPort;
16 class VuoPort;
17 
22 {
23 public:
24  VuoCompilerInputEventPortClass(string name, Type *type);
25  VuoCompilerInputEventPortClass(string name);
26  VuoCompilerPort * newPort(void);
29 };