generation of 1.86dock with new generator

This commit is contained in:
sonoro1234
2022-01-31 17:59:15 +01:00
parent dac713c763
commit 1afd93dd45
6 changed files with 411 additions and 235 deletions

View File

@@ -551,7 +551,7 @@
],
"ImChunkStream_swap": [
{
"args": "(ImChunkStream* self,ImChunkStream* rhs)",
"args": "(ImChunkStream* self,ImChunkStream_T * rhs)",
"argsT": [
{
"name": "self",
@@ -560,7 +560,7 @@
{
"name": "rhs",
"reftoptr": true,
"type": "ImChunkStream*"
"type": "ImChunkStream_T *"
}
],
"argsoriginal": "(ImChunkStream<T>& rhs)",
@@ -571,7 +571,7 @@
"location": "imgui_internal:687",
"ov_cimguiname": "ImChunkStream_swap",
"ret": "void",
"signature": "(ImChunkStream*)",
"signature": "(ImChunkStream_T *)",
"stname": "ImChunkStream",
"templated": true
}
@@ -11614,11 +11614,11 @@
"templated": true
},
{
"args": "(const ImVector src)",
"args": "(const ImVector_T src)",
"argsT": [
{
"name": "src",
"type": "const ImVector"
"type": "const ImVector_T "
}
],
"argsoriginal": "(const ImVector<T>& src)",
@@ -11628,8 +11628,8 @@
"defaults": {},
"funcname": "ImVector",
"location": "imgui:1785",
"ov_cimguiname": "ImVector_ImVector_Vector",
"signature": "(const ImVector)",
"ov_cimguiname": "ImVector_ImVector_Vector_T_",
"signature": "(const ImVector_T )",
"stname": "ImVector",
"templated": true
}
@@ -12476,7 +12476,7 @@
],
"ImVector_swap": [
{
"args": "(ImVector* self,ImVector* rhs)",
"args": "(ImVector* self,ImVector_T * rhs)",
"argsT": [
{
"name": "self",
@@ -12485,7 +12485,7 @@
{
"name": "rhs",
"reftoptr": true,
"type": "ImVector*"
"type": "ImVector_T *"
}
],
"argsoriginal": "(ImVector<T>& rhs)",
@@ -12496,7 +12496,7 @@
"location": "imgui:1809",
"ov_cimguiname": "ImVector_swap",
"ret": "void",
"signature": "(ImVector*)",
"signature": "(ImVector_T *)",
"stname": "ImVector",
"templated": true
}
@@ -22325,7 +22325,7 @@
"cimguiname": "igImRsqrt",
"defaults": {},
"funcname": "ImRsqrt",
"location": "imgui_internal:429",
"location": "imgui_internal:431",
"ov_cimguiname": "igImRsqrt_Float",
"ret": "float",
"signature": "(float)",