further speedup the gccxml parser using dedicated ID-parsing char*-based functions instead of splitting wxStrings and searching inside them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-23 11:36:19 +00:00
parent 592584e4e9
commit 74bda2038c
2 changed files with 138 additions and 40 deletions

View File

@@ -253,6 +253,8 @@ protected:
};
#if 1
// for wxTypeIdHashMap, keys == gccxml IDs and values == associated type strings
// e.g. key = "0x123f" and value = "const wxAboutDialogInfo&"
WX_DECLARE_HASH_MAP( unsigned long, wxString,
wxIntegerHash, wxIntegerEqual,
wxTypeIdHashMap );