X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/44f2a3d1c8b65aecc1f6620a7123278849c8b333..daf5b37afdda9e8ab7f909e01ffd6387219a80ea:/docs/latex/wx/vector.tex?ds=sidebyside diff --git a/docs/latex/wx/vector.tex b/docs/latex/wx/vector.tex index 1ca48015b7..7301f19788 100644 --- a/docs/latex/wx/vector.tex +++ b/docs/latex/wx/vector.tex @@ -17,7 +17,7 @@ No base class \helpref{Container classes overview}{wxcontaineroverview}, \helpref{wxList}{wxlist}, -\helpref{wxArray}{wxvector} +\helpref{wxArray}{wxarray} \membersection{wxVector::wxVector}\label{wxvectorwxvector} @@ -37,7 +37,7 @@ Destructor. \func{wxVector\& operator}{operator=}{\param{const wxVector\& }{vb}} -Assignement operator. +Assignment operator. \membersection{wxVector::at}\label{wxvectorat} @@ -94,7 +94,9 @@ Returns iterator to the end of the vector. \func{iterator}{erase}{\param{iterator }{first}, \param{iterator }{last}} -Erase items. +Erase items. When using values other than built-in integrals +or classes with reference counting this can be an inefficient +operation. \membersection{wxVector::front}\label{wxvectorfront} @@ -109,7 +111,7 @@ Returns first item. \func{iterator}{insert}{\param{iterator }{it}, \param{const value\_type\& }{v = value\_type()}} Insert an item. When using values other than built-in integrals -or classes with reference counting this can be a very inefficient +or classes with reference counting this can be an inefficient operation. \membersection{wxVector::operator[]}\label{wxvectoroperatorunknown}