all overloads will have a postfix for avoiding collision with generic version

This commit is contained in:
Victor Bombi
2020-03-28 12:23:12 +01:00
parent 760662ecea
commit 18297589a5
8 changed files with 69 additions and 67 deletions

View File

@@ -52,7 +52,7 @@
"constructor": true,
"defaults": [],
"funcname": "ImColor",
"ov_cimguiname": "ImColor_ImColor",
"ov_cimguiname": "ImColor_ImColorNil",
"signature": "()",
"stname": "ImColor"
},
@@ -5442,7 +5442,7 @@
"constructor": true,
"defaults": [],
"funcname": "ImGuiTextRange",
"ov_cimguiname": "ImGuiTextRange_ImGuiTextRange",
"ov_cimguiname": "ImGuiTextRange_ImGuiTextRangeNil",
"signature": "()",
"stname": "ImGuiTextRange"
},
@@ -5546,7 +5546,7 @@
"constructor": true,
"defaults": [],
"funcname": "ImVec2",
"ov_cimguiname": "ImVec2_ImVec2",
"ov_cimguiname": "ImVec2_ImVec2Nil",
"signature": "()",
"stname": "ImVec2"
},
@@ -5602,7 +5602,7 @@
"constructor": true,
"defaults": [],
"funcname": "ImVec4",
"ov_cimguiname": "ImVec4_ImVec4",
"ov_cimguiname": "ImVec4_ImVec4Nil",
"signature": "()",
"stname": "ImVec4"
},
@@ -5666,7 +5666,7 @@
"constructor": true,
"defaults": [],
"funcname": "ImVector",
"ov_cimguiname": "ImVector_ImVector",
"ov_cimguiname": "ImVector_ImVectorNil",
"signature": "()",
"stname": "ImVector",
"templated": true
@@ -5730,7 +5730,7 @@
"cimguiname": "ImVector_back",
"defaults": [],
"funcname": "back",
"ov_cimguiname": "ImVector_back",
"ov_cimguiname": "ImVector_backNil",
"ret": "T*",
"retref": "&",
"signature": "()",
@@ -5772,7 +5772,7 @@
"cimguiname": "ImVector_begin",
"defaults": [],
"funcname": "begin",
"ov_cimguiname": "ImVector_begin",
"ov_cimguiname": "ImVector_beginNil",
"ret": "T*",
"signature": "()",
"stname": "ImVector",
@@ -5920,7 +5920,7 @@
"cimguiname": "ImVector_end",
"defaults": [],
"funcname": "end",
"ov_cimguiname": "ImVector_end",
"ov_cimguiname": "ImVector_endNil",
"ret": "T*",
"signature": "()",
"stname": "ImVector",
@@ -5964,7 +5964,7 @@
"cimguiname": "ImVector_erase",
"defaults": [],
"funcname": "erase",
"ov_cimguiname": "ImVector_erase",
"ov_cimguiname": "ImVector_eraseNil",
"ret": "T*",
"signature": "(const T*)",
"stname": "ImVector",
@@ -6041,7 +6041,7 @@
"cimguiname": "ImVector_find",
"defaults": [],
"funcname": "find",
"ov_cimguiname": "ImVector_find",
"ov_cimguiname": "ImVector_findNil",
"ret": "T*",
"signature": "(const T)",
"stname": "ImVector",
@@ -6135,7 +6135,7 @@
"cimguiname": "ImVector_front",
"defaults": [],
"funcname": "front",
"ov_cimguiname": "ImVector_front",
"ov_cimguiname": "ImVector_frontNil",
"ret": "T*",
"retref": "&",
"signature": "()",
@@ -6331,7 +6331,7 @@
"cimguiname": "ImVector_resize",
"defaults": [],
"funcname": "resize",
"ov_cimguiname": "ImVector_resize",
"ov_cimguiname": "ImVector_resizeNil",
"ret": "void",
"signature": "(int)",
"stname": "ImVector",
@@ -11197,7 +11197,7 @@
"defaults": [],
"funcname": "IsRectVisible",
"namespace": "ImGui",
"ov_cimguiname": "igIsRectVisible",
"ov_cimguiname": "igIsRectVisibleNil",
"ret": "bool",
"signature": "(const ImVec2)",
"stname": ""
@@ -13771,7 +13771,7 @@
"defaults": [],
"funcname": "SetWindowFocus",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowFocus",
"ov_cimguiname": "igSetWindowFocusNil",
"ret": "void",
"signature": "()",
"stname": ""