Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/test_data/test1.yaml @ 682:e8b83fe55a33 am-dev
added support for float + map<TK, TV> instead of only map<string, T>
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 16 May 2019 15:04:41 +0200 |
parents | 84af39146e76 |
children | 0d42bda615a8 |
line wrap: on
line source
# # 1 2 3 4 5 6 7 8 # 345678901234567890123456789012345678901234567890123456789012345678901234567890 # rootName: VsolMessages struct B: someAs: vector<A> someInts: vector<int32> struct C: someBs: vector<B> ddd: vector<string> struct A: someStrings: vector<string> someInts2: vector<int32> movies: vector<MovieType> struct Message1: a: int32 b: string c: EnumMonth0 d: bool struct Message2: toto: string = "my-default-value" tata: vector<Message1> tutu: vector<string> titi: map<string, string> lulu: map<string, Message1> movieType: MovieType enum MovieType: - RomCom - Horror - ScienceFiction - Vegetables enum CrispType: - SaltAndPepper - CreamAndChives - Paprika - Barbecue enum EnumMonth0: - January - February - March