KiCad PCB EDA Suite
Loading...
Searching...
No Matches
filter_reader.h File Reference
#include <richio.h>
#include <wx/string.h>

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...