Vuo  2.3.1
VuoCompilerDataClass.cc
Go to the documentation of this file.
1 
10 #include "VuoCompilerDataClass.hh"
11 #include "VuoCompilerType.hh"
12 #include "VuoType.hh"
13 
19 {
20  vuoType = NULL;
21  details = NULL;
22 }
23 
28 {
29  json_object_put(details);
30 }
31 
36 {
37  return vuoType;
38 }
39 
45 {
46  this->vuoType = vuoType;
47 }
48 
67 {
68  this->details = details;
69 }
70 
75 {
76  return details;
77 }