From e125f405e3d662236a7429c86e3438f781fad5c0 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Fri, 15 Feb 2019 12:10:52 +0100 Subject: [PATCH] more README.md update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c441e..a8bf3f7 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Notes: * ov_cimguiname : the overloaded cimgui name (if absent it would be taken from cimguiname) * cimguiname : the name without overloading (this should be used if there is not ov_cimguiname) * ret : the return type + * retref : is setted if original return type is a reference. (will be a pointer in cimgui) * argsT : an array of collections (each one with type: argument type and name: the argument name) * args : a string of argsT concatenated and separated by commas * call_args : a string with the argument names separated by commas for calling imgui function @@ -53,7 +54,9 @@ Notes: * manual : will be true if this function is hand-written (not generated) * isvararg : is setted if some argument is a vararg * constructor : is setted if the function is a constructor for a class - * destructor : is setted if the functions is a destructor for a class + * destructor : is setted if the function is a destructor for a class + * templated : is setted if the function belongs to a templated class (ImVector) + * templatedgen: is setted if the function belongs to a struct generated from template (ImVector_ImWchar) * nonUDT : if present can be 1 or 2 (explained meaning in usage) if return type was a user defined type ### structs_and_enums description * Is is a collection with two items: