1#ifndef PCB_PLOT_PARAMS_PARSER_H_
2#define PCB_PLOT_PARAMS_PARSER_H_
26#include <pcb_plot_params_lexer.h>
An abstract class from which implementation specific LINE_READERs may be derived to read single lines...
The parser for PCB_PLOT_PARAMS.
void skipCurrent()
Skip the current token level.
int parseInt(int aMin, int aMax)
Parse an integer and constrains it between two values.
LINE_READER * GetReader()
double parseDouble()
Parse a double precision floating point number.
void Parse(PCB_PLOT_PARAMS *aPcbPlotParams)
Parameters and options when plotting/printing a board.