git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52072
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@page overview_container Container classes overview
@page overview_container Container classes overview
- Classes: #wxListT, #wxArrayT, #wxVectorT
+ Classes: #wxList<T>, #wxArray<T>, #wxVector<T>
wxWidgets uses itself several container classes including doubly-linked lists
and dynamic arrays (i.e. arrays which expand automatically when they become
wxWidgets uses itself several container classes including doubly-linked lists
and dynamic arrays (i.e. arrays which expand automatically when they become