librcsb-core-wrapper
1.000
|
Private class that represents a dictionary scanner. More...
#include <DICScannerBase.h>
Public Member Functions | |
DICScanner (std::istream *yyin) | |
DICScanner () | |
void | Clear () |
void | Reset () |
int | ProcessNone () |
void | ProcessWhiteSpace () |
int | ProcessData () |
int | ProcessItemSaveBegin () |
int | ProcessCategorySaveBegin () |
int | ProcessSaveEndScanner () |
int | ProcessLoopScanner () |
void | ProcessStop () |
int | ProcessDot () |
int | ProcessQuestion () |
void | ProcessComment () |
int | ProcessItemNameScanner () |
int | ProcessUnquotedString () |
int | ProcessSQuotedString () |
int | ProcessDQuotedString () |
int | ProcessEof () |
virtual int | yylex () |
virtual | ~DICScanner () |
Public Attributes | |
int | NDBlineNo |
int | isSave |
Protected Member Functions | |
void | alt_yymore (void) |
void | OpenLog (const std::string &logName, bool verboseLevel) |
Protected Attributes | |
std::string * | _tBuf |
int | _isText |
int | _i |
int | _j |
int | _len |
std::ofstream | log |
bool | _verbose |
Private class that represents a dictionary scanner.
DICScanner::DICScanner | ( | std::istream * | yyin | ) |
DICScanner::DICScanner | ( | ) |
|
inlinevirtual |
References Reset().
|
protected |
void DICScanner::Clear | ( | ) |
|
protected |
int DICScanner::ProcessCategorySaveBegin | ( | ) |
void DICScanner::ProcessComment | ( | ) |
int DICScanner::ProcessData | ( | ) |
int DICScanner::ProcessDot | ( | ) |
int DICScanner::ProcessDQuotedString | ( | ) |
int DICScanner::ProcessEof | ( | ) |
int DICScanner::ProcessItemNameScanner | ( | ) |
int DICScanner::ProcessItemSaveBegin | ( | ) |
int DICScanner::ProcessLoopScanner | ( | ) |
int DICScanner::ProcessNone | ( | ) |
int DICScanner::ProcessQuestion | ( | ) |
int DICScanner::ProcessSaveEndScanner | ( | ) |
int DICScanner::ProcessSQuotedString | ( | ) |
void DICScanner::ProcessStop | ( | ) |
int DICScanner::ProcessUnquotedString | ( | ) |
void DICScanner::ProcessWhiteSpace | ( | ) |
void DICScanner::Reset | ( | ) |
Referenced by ~DICScanner().
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
int DICScanner::isSave |
|
protected |
int DICScanner::NDBlineNo |