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.
 
int token
 a zero based index into an array of KEYWORDs
 

Detailed Description

Hold a keyword string and its unique integer token.

Definition at line 40 of file dsnlexer.h.

Member Data Documentation

◆ name

const char* KEYWORD::name

unique keyword.

Definition at line 42 of file dsnlexer.h.

Referenced by DSNLEXER::GetTokenText().

◆ token

int KEYWORD::token

a zero based index into an array of KEYWORDs

Definition at line 43 of file dsnlexer.h.


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