Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
tok_t Struct Reference

state for an in-progress string tokenization More...

#include <tokenize.h>

Collaboration diagram for tok_t:
[legend]

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
 

Detailed Description

Definition at line 36 of file tokenize.h.

Field Documentation

◆ next

strview_t tok_t::next

Definition at line 39 of file tokenize.h.

Referenced by tok(), tok_end(), tok_get(), and tok_next().

◆ separators

const char* tok_t::separators

Definition at line 38 of file tokenize.h.

Referenced by tok_next().

◆ start

const char* tok_t::start

Definition at line 37 of file tokenize.h.

Referenced by tok(), and tok_next().


The documentation for this struct was generated from the following file: