]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tcontain.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / tcontain.tex
index a218f7de0fcf89e3266772da04539cff0a209891..4ac0741b36220b007b40b15c579544f6074284a4 100644 (file)
@@ -1,6 +1,6 @@
 \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>}{wxvector}
 
 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
@@ -25,7 +25,7 @@ pointers depending on whether you called or not
 \helpref{wxList::DeleteContents}{wxlistdeletecontents} method.
 
 Dynamic arrays resemble C arrays but with two important differences: they
 \helpref{wxList::DeleteContents}{wxlistdeletecontents} method.
 
 Dynamic arrays resemble C arrays but with two important differences: they
-provide run-time range checking in debug builds and they expand automatically
+provide run-time range checking in debug builds and they automatically expand
 the allocated memory when there is no more space for new items. They come in
 two sorts: the "plain" arrays which store either built-in types such as "char",
 "int" or "bool" or the pointers to arbitrary objects, or "object arrays" which
 the allocated memory when there is no more space for new items. They come in
 two sorts: the "plain" arrays which store either built-in types such as "char",
 "int" or "bool" or the pointers to arbitrary objects, or "object arrays" which