|
YAZ 5.35.1
|
Data Fields | |
| int | ref_count |
| char * | comment |
| char * | white_space |
| char * | single_tokens |
| char * | quote_tokens_begin |
| char * | quote_tokens_end |
Definition at line 30 of file tokenizer.c.
| char* yaz_tok_cfg::comment |
Definition at line 32 of file tokenizer.c.
Referenced by yaz_tok_cfg_create(), yaz_tok_cfg_destroy(), and yaz_tok_move().
| char* yaz_tok_cfg::quote_tokens_begin |
Definition at line 35 of file tokenizer.c.
Referenced by yaz_tok_cfg_create(), yaz_tok_cfg_destroy(), and yaz_tok_move().
| char* yaz_tok_cfg::quote_tokens_end |
Definition at line 36 of file tokenizer.c.
Referenced by yaz_tok_cfg_create(), yaz_tok_cfg_destroy(), and yaz_tok_move().
| int yaz_tok_cfg::ref_count |
Definition at line 31 of file tokenizer.c.
Referenced by yaz_tok_cfg_create(), yaz_tok_cfg_destroy(), and yaz_tok_parse_create().
| char* yaz_tok_cfg::single_tokens |
Definition at line 34 of file tokenizer.c.
Referenced by yaz_tok_cfg_create(), yaz_tok_cfg_destroy(), yaz_tok_cfg_single_tokens(), and yaz_tok_move().
| char* yaz_tok_cfg::white_space |
Definition at line 33 of file tokenizer.c.
Referenced by yaz_tok_cfg_create(), yaz_tok_cfg_destroy(), and yaz_tok_move().