24#ifndef FSTREAM_LINE_READER_H 
   25#define FSTREAM_LINE_READER_H 
   27#include <wx/filename.h> 
IFSTREAM_LINE_READER(const wxFileName &aFileName)
 
LINE_READER(unsigned aMaxLineLength=LINE_READER_LINE_DEFAULT_MAX)
Build a line reader and fixes the length of the maximum supported line length to aMaxLineLength.
 
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()