X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d06e061dc11140151be2914c30c759ee15e3fe7..3cc305b2b4a0674c56c84d7088cfd70676b850f0:/docs/latex/wx/outptstr.tex?ds=inline diff --git a/docs/latex/wx/outptstr.tex b/docs/latex/wx/outptstr.tex index 33320e4997..a7776b8aee 100644 --- a/docs/latex/wx/outptstr.tex +++ b/docs/latex/wx/outptstr.tex @@ -13,6 +13,10 @@ wxOutputStream is an abstract base class which may not be used directly. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \latexignore{\rtfignore{\wxheading{Members}}} % ----------- @@ -33,6 +37,19 @@ Creates a dummy wxOutputStream object. Destructor. +\membersection{wxOutputStream::Close}\label{wxoutputstreamclose} + +\func{bool}{Close}{\void} + +Closes the stream, returning {\tt false} if an error occurs. The +stream is closed implicitly in the destructor if Close() is not +called explicitly. + +If this stream wraps another stream or some other resource such +as a file, then the underlying resource is closed too if it is owned +by this stream, or left open otherwise. + + \membersection{wxOutputStream::LastWrite}\label{wxoutputstreamlastwrite} \constfunc{size\_t}{LastWrite}{\void} @@ -42,7 +59,7 @@ Returns the number of bytes written during the last error on the stream if it is only temporarily impossible to write to it. -\membersection{wxOutputStream::PutC} +\membersection{wxOutputStream::PutC}\label{wxoutputstreamputc} \func{void}{PutC}{\param{char}{ c}}