X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0da84df0522dda7b9b51099f0817bd077abc3d4..42d9ad7949254ed53f89ad6306dcb2a266bfffb3:/docs/latex/wx/array.tex?ds=sidebyside diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index fb95b479b5..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 @@ -139,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} @@ -242,7 +251,6 @@ Functions in this section return the total number of array elements and allow to retrieve them - possibly using just the C array indexing $[]$ operator which does exactly the same as \helpref{Item()}{wxarrayitem} method. -\helpref{Count}{wxarraycount}\\ \helpref{GetCount}{wxarraygetcount}\\ \helpref{IsEmpty}{wxarrayisempty}\\ \helpref{Item}{wxarrayitem}\\ @@ -515,13 +523,6 @@ the existing contents of the array is not modified. This function does the same as \helpref{Empty()}{wxarrayempty} and additionally frees the memory allocated to the array. -\membersection{wxArray::Count}\label{wxarraycount} - -\constfunc{size\_t}{Count}{\void} - -Same as \helpref{GetCount()}{wxarraygetcount}. This function is deprecated - -it exists only for compatibility. - \membersection{wxObjArray::Detach}\label{wxobjarraydetach} \func{T *}{Detach}{\param{size\_t }{index}}