|
SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
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.
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 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 539 of file fl.h.
Referenced by Eof(), GetCh(), and operator()().