git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2007-08-24 10:56:05 +00:00
parent d0b6742169
commit 6bb29886cb

View File

@ -17,7 +17,7 @@ No base class
\helpref{Container classes overview}{wxcontaineroverview}, \helpref{Container classes overview}{wxcontaineroverview},
\helpref{wxList<T>}{wxlist}, \helpref{wxList<T>}{wxlist},
\helpref{wxArray<T>}{wxvector} \helpref{wxArray<T>}{wxarray}
\membersection{wxVector<T>::wxVector<T>}\label{wxvectorwxvector} \membersection{wxVector<T>::wxVector<T>}\label{wxvectorwxvector}
@ -37,7 +37,7 @@ Destructor.
\func{wxVector<T>\& operator}{operator=}{\param{const wxVector<T>\& }{vb}} \func{wxVector<T>\& operator}{operator=}{\param{const wxVector<T>\& }{vb}}
Assignement operator. Assignment operator.
\membersection{wxVector<T>::at}\label{wxvectorat} \membersection{wxVector<T>::at}\label{wxvectorat}
@ -94,7 +94,9 @@ Returns iterator to the end of the vector.
\func{iterator}{erase}{\param{iterator }{first}, \param{iterator }{last}} \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<T>::front}\label{wxvectorfront} \membersection{wxVector<T>::front}\label{wxvectorfront}
@ -109,7 +111,7 @@ Returns first item.
\func{iterator}{insert}{\param{iterator }{it}, \param{const value\_type\& }{v = value\_type()}} \func{iterator}{insert}{\param{iterator }{it}, \param{const value\_type\& }{v = value\_type()}}
Insert an item. When using values other than built-in integrals 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. operation.
\membersection{wxVector<T>::operator[]}\label{wxvectoroperatorunknown} \membersection{wxVector<T>::operator[]}\label{wxvectoroperatorunknown}