Vuo  2.3.2
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);
25  VuoCompilerPort * newPort(void);
28 };