David Reiss | a230999 | 2008-12-10 01:52:48 +0000 | [diff] [blame] | 1 | typedef list<i32> ( cpp.template = "std::list" ) int_linked_list |
2 | |||||
3 | struct foo { | ||||
4 | 1: i32 bar; | ||||
5 | 2: i32 baz; | ||||
6 | 3: i32 qux; | ||||
7 | 4: i32 bop; | ||||
8 | } ( | ||||
9 | cpp.type = "DenseFoo", | ||||
10 | python.type = "DenseFoo", | ||||
11 | java.final = "", | ||||
12 | ) |