comparison Resources/CodeGeneration/testWasmIntegrated/testWasmIntegratedCpp_api.yaml @ 496:8b6ceae45ba0 bgo-commands-codegen

Finished (untested) C++, html, typescript, tsc & browserify production.
author bgo-osimis
date Sat, 23 Feb 2019 15:04:29 +0100
parents
children 7105a0bad250
comparison
equal deleted inserted replaced
495:6405435480ae 496:8b6ceae45ba0
1 #
2 # 1 2 3 4 5 6 7 8
3 # 345678901234567890123456789012345678901234567890123456789012345678901234567890
4 #
5 rootName: testWasmIntegratedCpp
6
7 struct B:
8 someAs: vector<A>
9 someInts: vector<int32>
10
11 struct C:
12 someBs: vector<B>
13 ddd: vector<string>
14
15 struct A:
16 someStrings: vector<string>
17 someInts2: vector<int32>
18 movies: vector<MovieType>
19
20 struct Message1:
21 a: int32
22 b: string
23 c: EnumMonth0
24 d: bool
25
26 struct Message2:
27 toto: string
28 tata: vector<Message1>
29 tutu: vector<string>
30 titi: map<string, string>
31 lulu: map<string, Message1>
32 movieType: MovieType
33
34 enum MovieType:
35 - RomCom
36 - Horror
37 - ScienceFiction
38 - Vegetables
39
40 enum CrispType:
41 - SaltAndPepper
42 - CreamAndChives
43 - Paprika
44 - Barbecue
45
46 enum EnumMonth0:
47 - January
48 - February
49 - March