|
Volksdata 1.0b7
RDF library
|
#include <parser_common.h>
Data Fields | |
| FILE * | fh |
| Input file handle. | |
| const char * | sh |
| Input string. Exclusive with fh. | |
| size_t | buf_size |
| Initial allocation for buffer. | |
| YYCTYPE * | buf |
| Start of buffer. | |
| YYCTYPE * | lim |
| YYCTYPE * | cur |
| Next input character to be read (YYCURSOR). | |
| YYCTYPE * | mar |
| Most recent match (YYMARKER). | |
| YYCTYPE * | tok |
| Start of current token. | |
| YYCTYPE * | bol |
| unsigned | line |
| Current line no. (for debugging). | |
| unsigned | ct |
| Number of statements parsed. | |
| bool | eof |
| if we have reached EOF. | |
| YYCTYPE * | yyt1 |
| YYCTYPE * | yyt2 |
| YYCTYPE * | yyt3 |
Definition at line 27 of file parser_nt.c.
| FILE * ParseIterator::fh |
Input file handle.
Definition at line 28 of file parser_nt.c.
| const char * ParseIterator::sh |
Input string. Exclusive with fh.
Definition at line 29 of file parser_nt.c.
| size_t ParseIterator::buf_size |
Initial allocation for buffer.
Definition at line 30 of file parser_nt.c.
| YYCTYPE * ParseIterator::buf |
Start of buffer.
Definition at line 31 of file parser_nt.c.
| YYCTYPE * ParseIterator::lim |
Position after the last available input character (YYLIMIT).
Definition at line 32 of file parser_nt.c.
| YYCTYPE * ParseIterator::cur |
Next input character to be read (YYCURSOR).
Definition at line 34 of file parser_nt.c.
| YYCTYPE * ParseIterator::mar |
Most recent match (YYMARKER).
Definition at line 35 of file parser_nt.c.
| YYCTYPE * ParseIterator::tok |
Start of current token.
Definition at line 36 of file parser_nt.c.
| YYCTYPE * ParseIterator::bol |
Address of the beginning of the current line (for debugging).
Definition at line 37 of file parser_nt.c.
| unsigned ParseIterator::line |
Current line no. (for debugging).
Definition at line 39 of file parser_nt.c.
| unsigned ParseIterator::ct |
Number of statements parsed.
Definition at line 40 of file parser_nt.c.
| bool ParseIterator::eof |
if we have reached EOF.
Definition at line 41 of file parser_nt.c.
| YYCTYPE * ParseIterator::yyt1 |
Definition at line 44 of file parser_nt.c.
| YYCTYPE * ParseIterator::yyt2 |
Definition at line 44 of file parser_nt.c.
| YYCTYPE* ParseIterator::yyt3 |
Definition at line 44 of file parser_nt.c.