SNAP Library , Developer Reference
2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <fl.h>
Public Member Functions | |
TChRet (const PSIn &_SIn, const char &_EofCh=0) | |
bool | Eof () const |
char | GetCh () |
char | operator() () |
Private Member Functions | |
TChRet () | |
TChRet (const TChRet &) | |
TChRet & | operator= (const TChRet &) |
Private Attributes | |
PSIn | SIn |
char | EofCh |
char | Ch |
TChRet::TChRet | ( | ) | [private] |
TChRet::TChRet | ( | const TChRet & | ) | [private] |
TChRet::TChRet | ( | const PSIn & | _SIn, |
const char & | _EofCh = 0 |
||
) | [inline] |
bool TChRet::Eof | ( | ) | const [inline] |
Definition at line 462 of file fl.h.
Referenced by TXmlLx::GetPlainStrFromXmlStr(), TStr::IsFlt(), TStr::IsHexInt(), TStr::IsHexInt64(), TStr::IsInt(), TStr::IsInt64(), TStr::IsUInt(), TStr::IsUInt64(), TStr::IsWord(), and TStr::IsWs().
char TChRet::GetCh | ( | ) | [inline] |
Definition at line 463 of file fl.h.
References Ch, TSIn::Eof(), EofCh, TSIn::GetCh(), and SIn.
Referenced by TXmlLx::GetPlainStrFromXmlStr(), TStr::IsFlt(), TStr::IsHexInt(), TStr::IsHexInt64(), TStr::IsInt(), TStr::IsInt64(), TStr::IsUInt(), TStr::IsUInt64(), TStr::IsWord(), and TStr::IsWs().
char TChRet::operator() | ( | ) | [inline] |
char TChRet::Ch [private] |
Definition at line 453 of file fl.h.
Referenced by Eof(), GetCh(), and operator()().
char TChRet::EofCh [private] |
PSIn TChRet::SIn [private] |