Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/test_data/test2.yaml @ 1295:2791e0566a0d rtviewer19branch
Close branch rtviewer19branch.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Fri, 21 Feb 2020 15:09:35 +0000 |
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>