#include <fl.h>
Inherits TSIn.
List of all members.
Detailed Description
Definition at line 240 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 250 of file fl.h.
{return char(getchar());}
Implements TSIn.
Definition at line 224 of file fl.cpp.
{
FailR(TStr::Fmt("TStdIn::GetNextLnBf: not implemented").CStr());
return false;
}
Definition at line 246 of file fl.h.
Implements TSIn.
Definition at line 251 of file fl.h.
{
int Ch=getchar(); ungetc(Ch, stdin); return char(Ch);}
Reimplemented from TSIn.
Definition at line 254 of file fl.h.
The documentation for this class was generated from the following files: