X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7311debd0d87ff4ce3d537c7fceda74467215e4b..507a6cd69a2097a415b81745b014b286ba3d451b:/docs/doxygen/overviews/container.h diff --git a/docs/doxygen/overviews/container.h b/docs/doxygen/overviews/container.h index eaf176e733..83f092a555 100644 --- a/docs/doxygen/overviews/container.h +++ b/docs/doxygen/overviews/container.h @@ -10,9 +10,7 @@ @page overview_container Container Classes -Classes: wxList, wxArray, wxVector, wxStack, wxHashMap, wxHashSet - -@section overview_container_intro Overview +@tableofcontents For historical reasons, wxWidgets uses custom container classes internally. This was unfortunately unavoidable during a long time when the standard library @@ -46,6 +44,9 @@ it isn't and only use legacy wxWidgets containers such as wxArray and wxList when you must, i.e. when you use a wxWidgets function taking or returning a container of such type. +@see @ref group_class_containers + + @section overview_container_legacy Legacy Classes @@ -91,6 +92,7 @@ wxArrayString is somewhat special: it is an optimized version of wxArray which uses its knowledge about wxString reference counting schema. + @section overview_container_std STL Build To build wxWidgets with the standard containers you need to set @@ -125,6 +127,4 @@ default one. Here are the most important differences: class. Please either use std::vector directly or use an integer array instead. - */ -