X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b236c10f77e9ed0bc3c16d1cceb4a62f7048b4f9..81c882b613b5d99ddb1e5ab69fcd7ebccc287025:/docs/latex/wx/fltinstr.tex diff --git a/docs/latex/wx/fltinstr.tex b/docs/latex/wx/fltinstr.tex index 0be10d46da..f521c0ddff 100644 --- a/docs/latex/wx/fltinstr.tex +++ b/docs/latex/wx/fltinstr.tex @@ -21,6 +21,11 @@ from another stream and pass it to the requester. The interface of this class is the same as that of wxInputStream. Only a constructor differs and it is documented below. +\wxheading{See also} + +\helpref{wxFilterClassFactory}{wxfilterclassfactory}\\ +\helpref{wxFilterOutputStream}{wxfilteroutputstream} + \latexignore{\rtfignore{\wxheading{Members}}} % ----------- @@ -30,5 +35,10 @@ differs and it is documented below. \func{}{wxFilterInputStream}{\param{wxInputStream\&}{ stream}} +\func{}{wxFilterInputStream}{\param{wxInputStream*}{ 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. +