@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
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
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
class. Please either use std::vector<bool> directly or use an integer array
instead.
-
*/
-