wxwidgets.cfg: Add smart pointers from wxWidgets (#1828)

This commit is contained in:
Sebastian 2019-05-09 20:04:39 +02:00 committed by orbitcowboy
parent 6b2db79af9
commit aa837075a5
1 changed files with 10 additions and 0 deletions

View File

@ -4340,6 +4340,16 @@
<!-- typedef unsigned short wxDateTime_t; -->
<podtype name="wxDateTime_t" sign="u"/>
<podtype name="wxLogLevel"/>
<!-- https://docs.wxwidgets.org/trunk/group__group__class__smartpointers.html -->
<smart-pointer class-name="wxObjectDataPtr"/>
<smart-pointer class-name="wxScopedArray"/>
<smart-pointer class-name="wxScopedPtr"/>
<smart-pointer class-name="wxSharedPtr"/>
<smart-pointer class-name="wxWeakRefDynamic"/>
<smart-pointer class-name="wxWeakRef"/>
<smart-pointer class-name="wxWindowPtr"/>
<smart-pointer class-name="wxScopedTiedPtr"/>
<smart-pointer class-name="wxTrackable"/>
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#addd9ccfa3ae2b7ab2d66bcbf034d0be0 -->
<!-- static wxString wxString::Format(const wxString & format, ...) -->
<function name="wxString::Format">