#include <LogReader.h>

Public Member Functions | |
| virtual void | readLog (std::istream &_stream, std::vector< AbstractReading * > &_log) const =0 |
Representation of an abstract log reader. It defines the interface for reading a log file from a stream.
Definition at line 37 of file LogReader.h.
| virtual void LogReader::readLog | ( | std::istream & | _stream, | |
| std::vector< AbstractReading * > & | _log | |||
| ) | const [pure virtual] |
Read a log from an inputstream.
Implemented in CarmenLogReader.