not templated structs generated

This commit is contained in:
sonoro1234
2019-02-12 19:59:39 +01:00
parent 23f2a1f026
commit 161385607d
10 changed files with 6 additions and 363 deletions

View File

@@ -2739,32 +2739,6 @@
"type": "float"
}
],
"ImVector": [
{
"name": "Size",
"type": "int"
},
{
"name": "Capacity",
"type": "int"
},
{
"name": "Data",
"type": "T*"
},
{
"name": "value_type",
"type": "typedef T"
},
{
"name": "iterator",
"type": "typedef value_type*"
},
{
"name": "const_iterator",
"type": "typedef const value_type*"
}
],
"Pair": [
{
"name": "key",