X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7468b994be5579ff57516f07e2d771831e73f65e..5cb9148949accebddf960b1ca959f83a168883bf:/docs/latex/wx/strmbase.tex diff --git a/docs/latex/wx/strmbase.tex b/docs/latex/wx/strmbase.tex index 1bcd9ec56b..40ce15f24f 100644 --- a/docs/latex/wx/strmbase.tex +++ b/docs/latex/wx/strmbase.tex @@ -39,6 +39,16 @@ Creates a dummy stream object. It doesn't do anything. Destructor. +\membersection{wxStreamBase::IsOk}\label{wxstreambaseisok} + +\constfunc{wxStreamError}{IsOk}{\void} + +Returns TRUE if no error occured on the stream. + +\wxheading{See also} + +\helpref{LastError}{wxstreambaselasterror} + \membersection{wxStreamBase::LastError}\label{wxstreambaselasterror} \constfunc{wxStreamError}{LastError}{\void} @@ -84,7 +94,7 @@ See \helpref{OnSysRead}{wxstreambaseonsysread}. \constfunc{size\_t}{GetSize}{\void} This function returns the size of the stream. For example, for a file it is the size of -the file). +the file. \wxheading{Warning}