From fc1f28995deec01b48581e2eb1070c1c5a4ad6ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 28 Oct 2004 14:24:43 +0000 Subject: [PATCH 1/1] Missed CanRead and correct type for Eof (bug #983978). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/inputstr.tex | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/inputstr.tex b/docs/latex/wx/inputstr.tex index 54897253f8..7f48f40df4 100644 --- a/docs/latex/wx/inputstr.tex +++ b/docs/latex/wx/inputstr.tex @@ -30,6 +30,13 @@ Creates a dummy input stream. Destructor. +\membersection{wxInputStream::CanRead}\label{wxinputstreamcanread} + +\constfunc{bool}{CanRead}{\void} + +Returns true if some data is available in the stream right now, so that +calling \helpref{Read()}{wxinputstreamread} wouldn't block. + \membersection{wxInputStream::GetC}\label{wxinputstreamgetc} \func{char}{GetC}{\void} @@ -43,7 +50,7 @@ If EOF, return value is undefined and LastRead() will return 0 and not 1. \membersection{wxInputStream::Eof}\label{wxinputstreameof} -\constfunc{wxInputStream}{Eof}{\void} +\constfunc{bool}{Eof}{\void} Returns true if the end of stream has been reached. -- 2.45.2