24#ifndef FSTREAM_LINE_READER_H
25#define FSTREAM_LINE_READER_H
27#include <wx/filename.h>
LINE_READER interface backed by std::ifstream.
An abstract class from which implementation specific LINE_READERs may be derived to read single lines...
LINE_READER that wraps a given std::istream instance.
void SetStream(std::istream &aStream)
Set the stream for this line reader.
char * ReadLine() override
Read a line of text into the buffer and increments the line number counter.
~STDISTREAM_LINE_READER()