X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2712e31795ee7ab4de62189b440d702f3f849c0d..a6acecec4051afb021a16752ddf87bf9fff8f279:/docs/latex/wx/category.tex diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index ff9602fd90..81cad80b67 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -373,7 +373,17 @@ 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{wxWeakRef}{wxweakref}}{A weak reference} +\twocolitem{\helpref{wxObjectDataPtr}{wxobjectdataptr}}{A shared pointer using intrusive reference counting} \end{twocollist} {\large {\bf Run-time class information system}}