Vuo  2.0.0
VuoCompilerEventPortClass.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoCompilerPortClass.hh"
13 
15 class VuoType;
16 
21 {
22 protected:
24 
25  VuoCompilerEventPortClass(string name, Type *type);
26  VuoCompilerEventPortClass(string name);
27 
28 public:
32  VuoType * getDataVuoType(void);
34  string getDisplayName(void);
35 };