summaryrefslogtreecommitdiff
path: root/ddl/out/LambdaCube.TypeInfo2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/out/LambdaCube.TypeInfo2.hpp')
-rw-r--r--ddl/out/LambdaCube.TypeInfo2.hpp37
1 files changed, 33 insertions, 4 deletions
diff --git a/ddl/out/LambdaCube.TypeInfo2.hpp b/ddl/out/LambdaCube.TypeInfo2.hpp
index ba80ca0..b8f77a1 100644
--- a/ddl/out/LambdaCube.TypeInfo2.hpp
+++ b/ddl/out/LambdaCube.TypeInfo2.hpp
@@ -1,5 +1,5 @@
1// generated file, do not modify! 1// generated file, do not modify!
2// 2016-09-15T19:44:48.120020034Z 2// 2016-11-10T15:07:11.972496000000Z
3 3
4#ifndef HEADER_LambdaCube.TypeInfo_H 4#ifndef HEADER_LambdaCube.TypeInfo_H
5#define HEADER_LambdaCube.TypeInfo_H 5#define HEADER_LambdaCube.TypeInfo_H
@@ -39,11 +39,39 @@ public:
39 std::shared_ptr<data::TypeInfo> TypeInfo; 39 std::shared_ptr<data::TypeInfo> TypeInfo;
40}; 40};
41namespace data { 41namespace data {
42 class WarningInfo {
43 public:
44 std::shared_ptr<::Range> wRange;
45 String wText;
46 };
47}
48class WarningInfo {
49public:
50 enum class tag {
51 WarningInfo
52 } tag;
53 std::shared_ptr<data::WarningInfo> WarningInfo;
54};
55namespace data {
56 class ErrorInfo {
57 public:
58 std::shared_ptr<::Range> eRange;
59 String eText;
60 };
61}
62class ErrorInfo {
63public:
64 enum class tag {
65 ErrorInfo
66 } tag;
67 std::shared_ptr<data::ErrorInfo> ErrorInfo;
68};
69namespace data {
42 class CompileError { 70 class CompileError {
43 public: 71 public:
44 std::vector<std::shared_ptr<::Range>> _0; 72 std::vector<std::shared_ptr<::TypeInfo>> _0;
45 String _1; 73 std::vector<std::shared_ptr<::WarningInfo>> _1;
46 std::vector<std::shared_ptr<::TypeInfo>> _2; 74 std::vector<std::shared_ptr<::ErrorInfo>> _2;
47 }; 75 };
48 class Compiled { 76 class Compiled {
49 public: 77 public:
@@ -51,6 +79,7 @@ namespace data {
51 String _1; 79 String _1;
52 std::shared_ptr<::Pipeline> _2; 80 std::shared_ptr<::Pipeline> _2;
53 std::vector<std::shared_ptr<::TypeInfo>> _3; 81 std::vector<std::shared_ptr<::TypeInfo>> _3;
82 std::vector<std::shared_ptr<::WarningInfo>> _4;
54 }; 83 };
55} 84}
56class CompileResult { 85class CompileResult {