|
Graphviz 14.0.3~dev.20251029.0425
|
Data Fields | |
| int | type |
| Token category. | |
| const char * | start |
| Beginning of the token content. | |
| size_t | size |
| Number of bytes in the token content. | |
Recognized token, returned from style_token
The token content fields, .start and .size are only populated with useful values when .type is SID, an identifier.
| size_t token_t::size |
Definition at line 3646 of file emit.c.
Referenced by parse_style().
| const char* token_t::start |
Definition at line 3645 of file emit.c.
Referenced by parse_style().
| int token_t::type |
Definition at line 3644 of file emit.c.
Referenced by parse_style().