mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
ImVector functions inclusion
This commit is contained in:
@@ -2121,6 +2121,24 @@ defs["structs"]["ImVec4"][4] = {}
|
||||
defs["structs"]["ImVec4"][4]["name"] = "w"
|
||||
defs["structs"]["ImVec4"][4]["type"] = "float"
|
||||
defs["structs"]["ImVector"] = {}
|
||||
defs["structs"]["ImVector"][1] = {}
|
||||
defs["structs"]["ImVector"][1]["name"] = "Size"
|
||||
defs["structs"]["ImVector"][1]["type"] = "int"
|
||||
defs["structs"]["ImVector"][2] = {}
|
||||
defs["structs"]["ImVector"][2]["name"] = "Capacity"
|
||||
defs["structs"]["ImVector"][2]["type"] = "int"
|
||||
defs["structs"]["ImVector"][3] = {}
|
||||
defs["structs"]["ImVector"][3]["name"] = "Data"
|
||||
defs["structs"]["ImVector"][3]["type"] = "T*"
|
||||
defs["structs"]["ImVector"][4] = {}
|
||||
defs["structs"]["ImVector"][4]["name"] = "value_type"
|
||||
defs["structs"]["ImVector"][4]["type"] = "typedef T"
|
||||
defs["structs"]["ImVector"][5] = {}
|
||||
defs["structs"]["ImVector"][5]["name"] = "iterator"
|
||||
defs["structs"]["ImVector"][5]["type"] = "typedef value_type*"
|
||||
defs["structs"]["ImVector"][6] = {}
|
||||
defs["structs"]["ImVector"][6]["name"] = "const_iterator"
|
||||
defs["structs"]["ImVector"][6]["type"] = "typedef const value_type*"
|
||||
defs["structs"]["Pair"] = {}
|
||||
defs["structs"]["Pair"][1] = {}
|
||||
defs["structs"]["Pair"][1]["name"] = "key"
|
||||
|
Reference in New Issue
Block a user