]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmbfrd.tex
added null pointer check and assert
[wxWidgets.git] / docs / latex / wx / strmbfrd.tex
index eaeb7725eacf3f710b0201dcd791a06b5e4740bc..3cf7705b93ef5c749735bdc00be92515d4182834 100644 (file)
@@ -11,12 +11,18 @@ from (such as a file stream or a memory stream).
 
 \wxheading{Derived from}
 
-\helpref{wxFilterInputStream}{wxfilterinputstream}
+\helpref{wxFilterInputStream}{wxfilterinputstream}\\
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
 <wx/stream.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxInputStream}{wxinputstream},
@@ -37,12 +43,18 @@ to (such as a file stream or a memory stream).
 
 \wxheading{Derived from}
 
-\helpref{wxFilterOutputStream}{wxfilteroutputstream}
+\helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
 <wx/stream.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxOutputStream}{wxoutputstream}
@@ -52,26 +64,26 @@ to (such as a file stream or a memory stream).
 % ----------
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxBufferedOutputStream::wxBufferedOutputStream}
+\membersection{wxBufferedOutputStream::wxBufferedOutputStream}\label{wxbufferedoutputstreamctor}
 
 \func{}{wxBufferedOutputStream}{\param{const wxOutputStream\&}{ parent}}
 
 Creates a buffered stream using a buffer of a default size of 1024 bytes for cashing
 the stream {\it parent}.
 
-\membersection{wxBufferedOutputStream::\destruct{wxBufferedOutputStream}}
+\membersection{wxBufferedOutputStream::\destruct{wxBufferedOutputStream}}\label{wxbufferedoutputstreamdtor}
 
 \func{}{\destruct{wxBufferedOutputStream}}{\void}
 
 Destructor. Calls Sync() and destroys the internal buffer.
 
-\membersection{wxBufferedOutputStream::SeekO}
+\membersection{wxBufferedOutputStream::SeekO}\label{wxbufferedoutputstreamseeko}
 
 \func{off\_t}{SeekO}{\param{off\_t}{ pos}, \param{wxSeekMode}{ mode}}
 
 Calls Sync() and changes the stream position.
 
-\membersection{wxBufferedOutputStream::Sync}
+\membersection{wxBufferedOutputStream::Sync}\label{wxbufferedoutputstreamsync}
 
 \func{void}{Sync}{\void}