|
Volksdata 1.0b7
RDF library
|
#include "volksdata/codec.h"
Go to the source code of this file.
Data Structures | |
| struct | ParseIterator |
Macros | |
| #define | YYCTYPE uint8_t |
| TTL is UTF-8 encoded. | |
| #define | YYCURSOR it->cur |
| #define | YYMARKER it->mar |
| #define | YYLIMIT it->lim |
| #define | YYFILL fill(it) == 0 |
| #define YYCTYPE uint8_t |
TTL is UTF-8 encoded.
char should be considered to be UTF-8 throughout this library, however, setting YYCTYPE to char generates case labels outside of the char range.
Definition at line 14 of file parser_common.h.
| #define YYCURSOR it->cur |
Definition at line 15 of file parser_common.h.
| #define YYMARKER it->mar |
Definition at line 16 of file parser_common.h.
| #define YYLIMIT it->lim |
Definition at line 17 of file parser_common.h.
| #define YYFILL fill(it) == 0 |
Definition at line 18 of file parser_common.h.