|
Graphviz 14.0.3~dev.20251029.0425
|
state for an in-progress string tokenization More...
#include <tokenize.h>
Data Fields | |
| const char * | start |
| start of the string being scanned | |
| const char * | separators |
| characters to treat as token separators | |
| strview_t | next |
| next token to yield | |
Definition at line 36 of file tokenize.h.
| strview_t tok_t::next |
Definition at line 39 of file tokenize.h.
Referenced by tok(), tok_end(), tok_get(), and tok_next().
| const char* tok_t::separators |
Definition at line 38 of file tokenize.h.
Referenced by tok_next().
| const char* tok_t::start |
Definition at line 37 of file tokenize.h.
Referenced by tok(), and tok_next().