KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KEYWORD Struct Reference

Hold a keyword string and its unique integer token. More...

#include <dsnlexer.h>

Public Attributes

const char * name
 unique keyword. More...
 
int token
 a zero based index into an array of KEYWORDs More...
 

Detailed Description

Hold a keyword string and its unique integer token.

Definition at line 39 of file dsnlexer.h.

Member Data Documentation

◆ name

const char* KEYWORD::name

unique keyword.

Definition at line 41 of file dsnlexer.h.

Referenced by DSNLEXER::GetTokenText().

◆ token

int KEYWORD::token

a zero based index into an array of KEYWORDs

Definition at line 42 of file dsnlexer.h.


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