KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | FILTER_READER |
Read lines of text from another LINE_READER but only returns non-comment lines and non-blank lines from its ReadLine() function. More... | |
class | WHITESPACE_FILTER_READER |
Read lines of text from another LINE_READER but only returns non-comment lines and non-blank lines with leading whitespace characters (space and tab) removed from its ReadLine() function. More... | |