|
YAZ 5.35.1
|
Data Fields | |
| int | unget_byte |
| WRBUF | wr_string |
| int | look |
| yaz_tok_cfg_t | cfg |
| yaz_tok_get_byte_t | get_byte_func |
| void * | get_byte_data |
Definition at line 20 of file tokenizer.c.
| yaz_tok_cfg_t yaz_tok_parse::cfg |
Definition at line 25 of file tokenizer.c.
Referenced by yaz_tok_move(), yaz_tok_parse_create(), and yaz_tok_parse_destroy().
| void* yaz_tok_parse::get_byte_data |
Definition at line 27 of file tokenizer.c.
Referenced by get_byte(), and yaz_tok_parse_create().
| yaz_tok_get_byte_t yaz_tok_parse::get_byte_func |
Definition at line 26 of file tokenizer.c.
Referenced by get_byte(), and yaz_tok_parse_create().
| int yaz_tok_parse::look |
Definition at line 23 of file tokenizer.c.
Referenced by yaz_tok_move(), and yaz_tok_parse_create().
| int yaz_tok_parse::unget_byte |
Definition at line 21 of file tokenizer.c.
Referenced by get_byte(), unget_byte(), and yaz_tok_parse_create().
| WRBUF yaz_tok_parse::wr_string |
Definition at line 22 of file tokenizer.c.
Referenced by yaz_tok_move(), yaz_tok_parse_create(), yaz_tok_parse_destroy(), and yaz_tok_parse_string().