Vuo  2.0.0
VuoCompilerDataClass.cc
Go to the documentation of this file.
1 
10 #include "VuoCompilerDataClass.hh"
11 #include "VuoCompilerType.hh"
12 #include "VuoType.hh"
13 
18  VuoCompilerNodeArgumentClass(name, VuoPortClass::notAPort, type)
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 
55 {
56  return vuoType->getCompiler()->getType();
57 }
58 
77 {
78  this->details = details;
79 }
80 
85 {
86  return details;
87 }