Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/test_data/test2.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 | 6fbf2eae7c88 |
children |
line wrap: on
line source
enum EnumMonth0: - January - February - Month struct Message1: a: int32 b: string c: EnumMonth0 d: bool struct Message2: toto: string tata: vector<Message1> tutu: vector<string> titi: map<string, string> lulu: map<string, Message1>