]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/container.h
Check the number of points in the image map in wxHTML.
[wxWidgets.git] / docs / doxygen / overviews / container.h
index eaf176e733a763931abd6911d90b9aefe20f7dff..83f092a555fa6be9a1c24c5424c2a09554187c29 100644 (file)
@@ -10,9 +10,7 @@
 
 @page overview_container Container Classes
 
-Classes: wxList<T>, wxArray<T>, wxVector<T>, wxStack<T>, 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<T> and
 wxList<T> 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<bool> directly or use an integer array
    instead.
 
-
 */
-