Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCompilerDataClass.cc
Go to the documentation of this file.
1
11#include "VuoCompilerType.hh"
12#include "VuoGenericType.hh"
13#include "VuoType.hh"
14
20{
21 vuoType = NULL;
22 details = NULL;
23}
24
29{
30 json_object_put(details);
31}
32
37{
38 return vuoType;
39}
40
46{
47 this->vuoType = vuoType;
48}
49
67void VuoCompilerDataClass::setDetails(struct json_object *details)
68{
69 this->details = details;
70}
71
76{
77 return details;
78}