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