|
SNAP Library 2.4, Developer Reference
2015-05-11 19:40:56
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 470 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 471 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 461 of file fl.h.
Referenced by Eof(), GetCh(), and operator()().