X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00375592f92f68c4ca3f44d8e839bcfd47adc4e1..f644bc116bbe46d6ab609a44c05835dc4d87ba02:/docs/latex/wx/archive.tex diff --git a/docs/latex/wx/archive.tex b/docs/latex/wx/archive.tex index 304306fb05..15dd1c64df 100644 --- a/docs/latex/wx/archive.tex +++ b/docs/latex/wx/archive.tex @@ -270,9 +270,9 @@ When there are no more entries, GetNextEntry() returns NULL and sets Eof(). \wxheading{Data structures} -{\small \begin{verbatim} -typedef wxArchiveEntry entry\_type -\end{verbatim}} +\begin{verbatim} +typedef wxArchiveEntry entry_type +\end{verbatim} \wxheading{See also} @@ -436,13 +436,13 @@ No base class \helpref{wxArchiveOutputStream}{wxarchiveoutputstream} \wxheading{Data structures} -{\small \begin{verbatim} -typedef std::input\_iterator\_tag iterator\_category -typedef T value\_type -typedef ptrdiff\_t difference\_type +\begin{verbatim} +typedef std::input_iterator_tag iterator_category +typedef T value_type +typedef ptrdiff_t difference_type typedef T* pointer -typedef T\& reference -\end{verbatim}} +typedef T& reference +\end{verbatim} \latexignore{\rtfignore{\wxheading{Members}}} @@ -459,7 +459,7 @@ Construct iterator that returns all the entries in the archive input stream {\it arc}. -\membersection{wxArchiveIterator::operator*}\label{wxarchiveiteratoroperatorunknown} +\membersection{wxArchiveIterator::operator*}\label{wxarchiveiteratoroperatorstar} \constfunc{const T\&}{operator*}{\void} @@ -467,7 +467,7 @@ Returns an entry object from the archive input stream, giving away ownership. -\membersection{wxArchiveIterator::operator++}\label{wxarchiveiteratoroperatorunknown} +\membersection{wxArchiveIterator::operator++}\label{wxarchiveiteratoroperatorincrement} \func{wxArchiveIterator\&}{operator++}{\void}