X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15f7c30516facfb272fc116aec4d3f9c3a9de085..c699b4583b6047191ac326728654c6fe8920aa7b:/docs/latex/wx/category.tex diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index ff9602fd90..a6d91d76af 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -373,7 +373,19 @@ of these classes provide a subset or almost complete STL API. \twocolitem{\helpref{wxHashSet}{wxhashset}}{A type-safe hash set implementation(macro based)} \twocolitem{\helpref{wxHashTable}{wxhashtable}}{A simple hash table implementation (deprecated, use wxHashMap)} \twocolitem{\helpref{wxList}{wxlist}}{A type-safe linked list implementation (macro based)} -\twocolitem{\helpref{wxVector}{wxvector}}{Template base vector implementation} +\twocolitem{\helpref{wxVector}{wxvector}}{Template base vector implementation identical to std::vector} +\end{twocollist} + +{\large {\bf Smart pointers}} + +wxWidgets provides a few smart pointer class templates. + +\twocolwidtha{6cm} +\begin{twocollist}\itemsep=0pt +\twocolitem{\helpref{wxObjectDataPtr}{wxobjectdataptr}}{A shared pointer (using intrusive reference counting)} +\twocolitem{\helpref{wxScopedPtr}{wxscopedptrtemplate}}{A scoped pointer} +\twocolitem{\helpref{wxSharedPtr}{wxsharedptr}}{A shared pointer (using non-intrusive reference counting)} +\twocolitem{\helpref{wxWeakRef}{wxweakref}}{A weak reference} \end{twocollist} {\large {\bf Run-time class information system}}