Added wxSharedPtr<T>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -382,8 +382,9 @@ wxWidgets provides a few smart pointer class templates.
|
||||
|
||||
\twocolwidtha{6cm}
|
||||
\begin{twocollist}\itemsep=0pt
|
||||
\twocolitem{\helpref{wxObjectDataPtr<T>}{wxobjectdataptr}}{A shared pointer using intrusive reference counting}
|
||||
\twocolitem{\helpref{wxObjectDataPtr<T>}{wxobjectdataptr}}{A shared pointer (using intrusive reference counting)}
|
||||
\twocolitem{\helpref{wxScopedPtr<T>}{wxscopedptrtemplate}}{A scoped pointer}
|
||||
\twocolitem{\helpref{wxSharedPtr<T>}{wxsharedptr}}{A shared pointer (using non-intrusive reference counting)}
|
||||
\twocolitem{\helpref{wxWeakRef<T>}{wxweakref}}{A weak reference}
|
||||
\end{twocollist}
|
||||
|
||||
|
@@ -371,6 +371,7 @@
|
||||
\input srchctrl.tex
|
||||
\input sngchdlg.tex
|
||||
\input snglinst.tex
|
||||
\input sharedptr.tex
|
||||
\input size.tex
|
||||
\input sizeevt.tex
|
||||
\input sizer.tex
|
||||
|
Reference in New Issue
Block a user