X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d1f281b6df51eb8610688e68439c489b878deca..dfad0599246651d4994e348d868a3e65613c7379:/docs/latex/wx/datstrm.tex diff --git a/docs/latex/wx/datstrm.tex b/docs/latex/wx/datstrm.tex index 6954199eff..637ee3ae0b 100644 --- a/docs/latex/wx/datstrm.tex +++ b/docs/latex/wx/datstrm.tex @@ -6,7 +6,7 @@ Sparc or anything else. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxDataStream::wxDataStream}\label{wxwaveconstr} +\membersection{wxDataStream::wxDataStream}\label{wxdatastreamconstr} \func{}{wxDataStream}{\param{istream\&}{ stream}} @@ -96,14 +96,19 @@ Writes the double {\it f} to the stream using the IEEE format. \membersection{wxDataStream::WriteString} -\func{void}{wxDataStream::WriteString}{{\param const wxString& }{string}} +\func{void}{wxDataStream::WriteString}{{\param const wxString\& }{string}} Writes {\it string} to the stream. Actually, this method writes the size of the string before writing {\it string} itself. \membersection{wxDataStream::WriteLine} -\func{void}{wxDataStream::WriteLine}{{\param const wxString& }{string}} +\func{void}{wxDataStream::WriteLine}{{\param const wxString\& }{string}} Writes {\it string} as a line. Depending on the operating system, it adds \\n or \\r\\n. + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "referenc" +%%% End: