comparison Resources/CodeGeneration/test_data/test1.yaml @ 628:84af39146e76 am-dev

CodeGeneration: support default values
author Alain Mazy <alain@mazy.be>
date Wed, 08 May 2019 16:32:57 +0200
parents fc17251477d6
children 0d42bda615a8
comparison
equal deleted inserted replaced
627:b7fd0471281c 628:84af39146e76
22 b: string 22 b: string
23 c: EnumMonth0 23 c: EnumMonth0
24 d: bool 24 d: bool
25 25
26 struct Message2: 26 struct Message2:
27 toto: string 27 toto: string = "my-default-value"
28 tata: vector<Message1> 28 tata: vector<Message1>
29 tutu: vector<string> 29 tutu: vector<string>
30 titi: map<string, string> 30 titi: map<string, string>
31 lulu: map<string, Message1> 31 lulu: map<string, Message1>
32 movieType: MovieType 32 movieType: MovieType