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.hpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/ddl/out/LambdaCube.TypeInfo2.hpp b/ddl/out/LambdaCube.TypeInfo2.hpp
index c6d5f4b..cffe5ea 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-02-12T16:05:13.364534000000Z 2// 2016-02-26T10:42:57.376331000000Z
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
@@ -26,25 +26,25 @@ public:
26 std::shared_ptr<data::TypeInfo> TypeInfo; 26 std::shared_ptr<data::TypeInfo> TypeInfo;
27}; 27};
28namespace data { 28namespace data {
29 class MyLeft { 29 class CompileError {
30 public: 30 public:
31 std::shared_ptr<::TypeInfo> _0; 31 std::vector<std::shared_ptr<::TypeInfo>> _0;
32 std::vector<std::shared_ptr<::TypeInfo>> _1; 32 std::vector<std::shared_ptr<::TypeInfo>> _1;
33 }; 33 };
34 class MyRight { 34 class Compiled {
35 public: 35 public:
36 String _0; 36 String _0;
37 std::shared_ptr<::Pipeline> _1; 37 std::shared_ptr<::Pipeline> _1;
38 std::vector<std::shared_ptr<::TypeInfo>> _2; 38 std::vector<std::shared_ptr<::TypeInfo>> _2;
39 }; 39 };
40} 40}
41class MyEither { 41class CompileResult {
42public: 42public:
43 enum class tag { 43 enum class tag {
44 MyLeft, 44 CompileError,
45 MyRight 45 Compiled
46 } tag; 46 } tag;
47 std::shared_ptr<data::MyLeft> MyLeft; 47 std::shared_ptr<data::CompileError> CompileError;
48 std::shared_ptr<data::MyRight> MyRight; 48 std::shared_ptr<data::Compiled> Compiled;
49}; 49};
50#endif 50#endif