comparison Deprecated/Resources/CodeGeneration/test_data/test2.yaml @ 1401:f6a2d46d2b76

moved CodeGeneration into Deprecated
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 20:48:18 +0200
parents Resources/CodeGeneration/test_data/test2.yaml@6fbf2eae7c88
children
comparison
equal deleted inserted replaced
1400:419d0320c344 1401:f6a2d46d2b76
1 enum EnumMonth0:
2 - January
3 - February
4 - Month
5
6 struct Message1:
7 a: int32
8 b: string
9 c: EnumMonth0
10 d: bool
11
12 struct Message2:
13 toto: string
14 tata: vector<Message1>
15 tutu: vector<string>
16 titi: map<string, string>
17 lulu: map<string, Message1>