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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user