Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
token_t Struct Reference

Data Fields

int type
 Token category.
 
const char * start
 Beginning of the token content.
 
size_t size
 Number of bytes in the token content.
 

Detailed Description

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.

Definition at line 3679 of file emit.c.

Field Documentation

◆ size

size_t token_t::size

Definition at line 3682 of file emit.c.

Referenced by parse_style().

◆ start

const char* token_t::start

Definition at line 3681 of file emit.c.

Referenced by parse_style().

◆ type

int token_t::type

Definition at line 3680 of file emit.c.

Referenced by parse_style().


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