mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
13 lines
213 B
Thrift
13 lines
213 B
Thrift
|
typedef list<i32> ( cpp.template = "std::list" ) int_linked_list
|
||
|
|
||
|
struct foo {
|
||
|
1: i32 bar;
|
||
|
2: i32 baz;
|
||
|
3: i32 qux;
|
||
|
4: i32 bop;
|
||
|
} (
|
||
|
cpp.type = "DenseFoo",
|
||
|
python.type = "DenseFoo",
|
||
|
java.final = "",
|
||
|
)
|