summaryrefslogtreecommitdiff
path: root/ddl/out/LambdaCube.TypeInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/out/LambdaCube.TypeInfo.hpp')
-rw-r--r--ddl/out/LambdaCube.TypeInfo.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ddl/out/LambdaCube.TypeInfo.hpp b/ddl/out/LambdaCube.TypeInfo.hpp
index ec24562..66a4eba 100644
--- a/ddl/out/LambdaCube.TypeInfo.hpp
+++ b/ddl/out/LambdaCube.TypeInfo.hpp
@@ -1,5 +1,5 @@
1// generated file, do not modify! 1// generated file, do not modify!
2// 2016-02-26T11:37:22.609565000000Z 2// 2016-03-01T13:00:40.810157000000Z
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
@@ -56,8 +56,9 @@ namespace data {
56 class Compiled : public ::CompileResult { 56 class Compiled : public ::CompileResult {
57 public: 57 public:
58 String _0; 58 String _0;
59 std::shared_ptr<::Pipeline> _1; 59 String _1;
60 std::vector<std::shared_ptr<::TypeInfo>> _2; 60 std::shared_ptr<::Pipeline> _2;
61 std::vector<std::shared_ptr<::TypeInfo>> _3;
61 Compiled() { tag = tag::Compiled; } 62 Compiled() { tag = tag::Compiled; }
62 }; 63 };
63} 64}