]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/category.tex
no changes, just come cleanup and more comments
[wxWidgets.git] / docs / latex / wx / category.tex
index 81cad80b67abb752e2c351cc85fb8aa1205d8973..a6d91d76af49d9b30b5035058649ee94d0dda673 100644 (file)
@@ -382,8 +382,10 @@ 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{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}
-\twocolitem{\helpref{wxObjectDataPtr<T>}{wxobjectdataptr}}{A shared pointer using intrusive reference counting}
 \end{twocollist}
 
 {\large {\bf Run-time class information system}}