summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
677ab4a)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48361
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\section{Container classes overview}\label{wxcontaineroverview}
\section{Container classes overview}\label{wxcontaineroverview}
-Classes: \helpref{wxList}{wxlist}, \helpref{wxArray}{wxarray}
+Classes: \helpref{wxList<T>}{wxlist}, \helpref{wxArray<T>}{wxarray}, \helpref{wxVector<T>}{vector}
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