X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b236c10f77e9ed0bc3c16d1cceb4a62f7048b4f9..63779a3de18f273c04247d74cee65f2bc6baa8ba:/docs/latex/wx/fltoutst.tex diff --git a/docs/latex/wx/fltoutst.tex b/docs/latex/wx/fltoutst.tex index 0b0f95aaf3..eb4f76fe03 100644 --- a/docs/latex/wx/fltoutst.tex +++ b/docs/latex/wx/fltoutst.tex @@ -17,11 +17,20 @@ stream. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Note} The use of this class is exactly the same as of wxOutputStream. Only a constructor differs and it is documented below. +\wxheading{See also} + +\helpref{wxFilterClassFactory}{wxfilterclassfactory}\\ +\helpref{wxFilterInputStream}{wxfilterinputstream} + \latexignore{\rtfignore{\wxheading{Members}}} % ----------- @@ -31,5 +40,10 @@ differs and it is documented below. \func{}{wxFilterOutputStream}{\param{wxOutputStream\&}{ stream}} +\func{}{wxFilterOutputStream}{\param{wxOutputStream*}{ stream}} + Initializes a "filter" stream. +If the parent stream is passed as a pointer then the new filter stream +takes ownership of it. If it is passed by reference then it does not. +