Skip to content

Commit f46822f

Browse files
committed
Fix namespaces & update test files
1 parent 96e883a commit f46822f

File tree

559 files changed

+1927
-1925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

559 files changed

+1927
-1925
lines changed

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Boolean_1.output

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Boolean_2.output

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Byte_1.output

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

@@ -23,4 +24,6 @@ public:
2324
}
2425

2526
static constexpr int item_count = 1;
27+
static constexpr uint8_t min_value = 1;
28+
static constexpr uint8_t max_value = 1;
2629
};

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Byte_100.output

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

@@ -32,4 +33,6 @@ public:
3233
}
3334

3435
static constexpr int item_count = 100;
36+
static constexpr uint8_t min_value = 0;
37+
static constexpr uint8_t max_value = 99;
3538
};

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Byte_3.output

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

@@ -23,4 +24,6 @@ public:
2324
}
2425

2526
static constexpr int item_count = 3;
27+
static constexpr uint8_t min_value = 0;
28+
static constexpr uint8_t max_value = 2;
2629
};

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Char_1.output

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

@@ -23,4 +24,6 @@ public:
2324
}
2425

2526
static constexpr int item_count = 1;
27+
static constexpr uint8_t min_value = a;
28+
static constexpr uint8_t max_value = a;
2629
};

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Char_3.output

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

@@ -23,4 +24,6 @@ public:
2324
}
2425

2526
static constexpr int item_count = 3;
27+
static constexpr uint8_t min_value = a;
28+
static constexpr uint8_t max_value = c;
2629
};

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Double_1.output

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

@@ -23,4 +24,6 @@ public:
2324
}
2425

2526
static constexpr int item_count = 1;
27+
static constexpr int8_t min_value = 1;
28+
static constexpr int8_t max_value = 1;
2629
};

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Double_100.output

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

@@ -32,4 +33,6 @@ public:
3233
}
3334

3435
static constexpr int item_count = 100;
36+
static constexpr int8_t min_value = 0;
37+
static constexpr int8_t max_value = 99;
3538
};

Src/FastData.Generator.CPlusPlus.Tests/Generated/Array_Double_3.output

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <string>
1+
// This file is auto-generated. Do not edit manually.
2+
// Structure: Array
23
#include <array>
34
#include <cstdint>
45

@@ -23,4 +24,6 @@ public:
2324
}
2425

2526
static constexpr int item_count = 3;
27+
static constexpr int8_t min_value = -1;
28+
static constexpr int8_t max_value = 1;
2629
};

0 commit comments

Comments
 (0)