#include <fl.h>
Inherits TSIn.
List of all members.
Detailed Description
Definition at line 239 of file fl.h.
Constructor & Destructor Documentation
Definition at line 63 of file fl.cpp.
: TSBase("Standard input"), TSIn("Standard input") {}
Member Function Documentation
Implements TSIn.
Definition at line 217 of file fl.cpp.
{
int LBfS=0;
for (TSize LBfC=0; LBfC<LBfL; LBfC++){
LBfS+=(((char*)LBf)[LBfC]=GetCh());}
return LBfS;
}
Implements TSIn.
Definition at line 249 of file fl.h.
{return char(getchar());}
Definition at line 245 of file fl.h.
Implements TSIn.
Definition at line 250 of file fl.h.
{
int Ch=getchar(); ungetc(Ch, stdin); return char(Ch);}
Reimplemented from TSIn.
Definition at line 253 of file fl.h.
The documentation for this class was generated from the following files: