]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/inputstr.tex
Added Reset() to command line parser and called it from Parse(), so
[wxWidgets.git] / docs / latex / wx / inputstr.tex
index 1df6d394dc92533b4a23621ea18d60fa72ef75ff..1b23a7b3dcb9d84d93037cc86b87867c5c53d3d3 100644 (file)
@@ -13,6 +13,8 @@ wxInputStream is an abstract base class which may not be used directly.
 
 <wx/stream.h>
 
+\latexignore{\rtfignore{\wxheading{Members}}}
+
 % -----------
 % ctor & dtor
 % -----------
@@ -34,6 +36,12 @@ Destructor.
 
 Returns the first character in the input queue and removes it.
 
+\membersection{wxInputStream::Eof}\label{wxinputstreameof}
+
+\constfunc{wxInputStream}{Eof}{\void}
+
+Returns TRUE if the end of stream has been reached.
+
 \membersection{wxInputStream::LastRead}\label{wxinputstreamlastread}
 
 \constfunc{size\_t}{LastRead}{\void}