Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/test_data/test2.yaml @ 866:c71ef52602a0 toa2019062501
Added the ability to edit existing measuring tools (demo not updated yet)
| author | Benjamin Golinvaux <bgo@osimis.io> |
|---|---|
| date | Tue, 25 Jun 2019 17:54:46 +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>
