KiCad PCB EDA Suite
|
Hold a keyword string and its unique integer token. More...
#include <dsnlexer.h>
Public Attributes | |
const char * | name |
unique keyword. | |
int | token |
a zero based index into an array of KEYWORDs | |
Hold a keyword string and its unique integer token.
Definition at line 40 of file dsnlexer.h.
const char* KEYWORD::name |
int KEYWORD::token |
a zero based index into an array of KEYWORDs
Definition at line 43 of file dsnlexer.h.