SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
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 495 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().
|
inline |
Definition at line 496 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().
|
inline |
|
private |
Definition at line 486 of file fl.h.
Referenced by Eof(), GetCh(), and operator()().