]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/list.tex
Use const
[wxWidgets.git] / docs / latex / wx / list.tex
index 38008370acefd9d085936c6770351c99b3f6d1c7..cb54ec86cfdb1bbb50abd50586d677769243e0b7 100644 (file)
@@ -101,7 +101,8 @@ it is not only unsafe but is also much less efficient than
 
 \wxheading{See also}
 
-\helpref{wxArray}{wxarray}
+\helpref{wxArray<T>}{wxarray},
+\helpref{wxVector<T>}{wxvector}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -334,31 +335,31 @@ Returns the first item in the list.
 
 Inserts an item (or several) at the given position.
 
-\membersection{wxList<T>::max\_size}\label{wxlistmax\_size}
+\membersection{wxList<T>::max\_size}\label{wxlistmaxsize}
 
 \constfunc{size\_type}{max\_size}{\void}
 
 Returns the largest possible size of the list.
 
-\membersection{wxList<T>::pop\_back}\label{wxlistpop\_back}
+\membersection{wxList<T>::pop\_back}\label{wxlistpopback}
 
 \func{void}{pop\_back}{\void}
 
 Removes the last item from the list.
 
-\membersection{wxList<T>::pop\_front}\label{wxlistpop\_front}
+\membersection{wxList<T>::pop\_front}\label{wxlistpopfront}
 
 \func{void}{pop\_front}{\void}
 
 Removes the first item from the list.
 
-\membersection{wxList<T>::push\_back}\label{wxlistpush\_back}
+\membersection{wxList<T>::push\_back}\label{wxlistpushback}
 
 \func{void}{push\_back}{\param{const\_reference }{v = value\_type()}}
 
 Adds an item to end of the list.
 
-\membersection{wxList<T>::push\_front}\label{wxlistpush\_front}
+\membersection{wxList<T>::push\_front}\label{wxlistpushfront}
 
 \func{void}{push\_front}{\param{const\_reference }{v = value\_type()}}