X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7af285d1ab87e908454bfabbbe063ab1756912b..6aaee6afdcde7c9e677f642303d4988a66cb9dc9:/docs/latex/wx/array.tex diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index fd3065b141..e73da13ebd 100644 --- a/docs/latex/wx/array.tex +++ b/docs/latex/wx/array.tex @@ -9,10 +9,10 @@ %% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\section{\class{wxArray}}\label{wxarray} +\section{\class{wxArray}}\label{wxarray} This section describes the so called {\it dynamic arrays}. This is a C -array-like data structure i.e. the member access time is constant (and not +array-like type safe data structure i.e. the member access time is constant (and not linear according to the number of container elements as for linked lists). However, these arrays are dynamic in the sense that they will automatically allocate more memory if there is not enough of it for adding a new element. They also perform @@ -85,10 +85,6 @@ example: \begin{verbatim} #include -\wxheading{Library} - -\helpref{wxBase}{librarieslist} - // we must forward declare the array because it is used inside the class // declaration class MyDirectory; @@ -143,15 +139,24 @@ type, e.g. shorts, in an array of larger one, e.g. {\tt ARRAY\_INT}, does \emph{not} work on all architectures!). -\wxheading{See also:} +\wxheading{See also} -\helpref{Container classes overview}{wxcontaineroverview}, \helpref{wxList}{wxlist} +\helpref{Container classes overview}{wxcontaineroverview}, +\helpref{wxList}{wxlist}, +\helpref{wxVector}{wxvector} \wxheading{Include files} for wxArray and wxSortedArray and additionally for wxObjArray. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + + + + \latexignore{\rtfignore{\wxheading{Function groups}}} \membersection{Macros for template array definition}\label{arraymacros}