25#ifndef FILTER_READER_H_
26#define FILTER_READER_H_
Read lines of text from another LINE_READER but only returns non-comment lines and non-blank lines fr...
const wxString & GetSource() const override
Returns the name of the source of the lines in an abstract sense.
char * ReadLine() override
Read a line of text into the buffer and increments the line number counter.
unsigned LineNumber() const override
Return the line number of the last line read from this LINE_READER.
An abstract class from which implementation specific LINE_READERs may be derived to read single lines...
virtual const wxString & GetSource() const
Returns the name of the source of the lines in an abstract sense.
virtual unsigned LineNumber() const
Return the line number of the last line read from this LINE_READER.
Read lines of text from another LINE_READER but only returns non-comment lines and non-blank lines wi...
const wxString & GetSource() const override
Returns the name of the source of the lines in an abstract sense.
unsigned LineNumber() const override
Return the line number of the last line read from this LINE_READER.
char * ReadLine() override
Read a line of text into the buffer and increments the line number counter.
~WHITESPACE_FILTER_READER()