SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
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 |
|
private |
|
private |
|
inline |
|
inline |
Definition at line 548 of file fl.h.
References EofCh.
Referenced by TXmlLx::GetPlainStrFromXmlStr(), TStr::IsFlt(), TStr::IsHexInt(), TStr::IsHexInt64(), TStr::IsInt(), TStr::IsInt64(), TStr::IsUInt(), TStr::IsUInt64(), TStr::IsWord(), and TStr::IsWs().
|
inline |
Definition at line 549 of file fl.h.
References TSIn::Eof(), EofCh, and TSIn::GetCh().
Referenced by TXmlLx::GetPlainStrFromXmlStr(), TStr::IsFlt(), TStr::IsHexInt(), TStr::IsHexInt64(), TStr::IsInt(), TStr::IsInt64(), TStr::IsUInt(), TStr::IsUInt64(), TStr::IsWord(), and TStr::IsWs().
|
inline |
|
private |
Definition at line 539 of file fl.h.
Referenced by operator()().