29 #ifndef __UTILS_FILE_IREADER_H__ 30 #define __UTILS_FILE_IREADER_H__ 86 virtual void readFromStream(std::istream& stream, std::string& result)
const = 0;
virtual ~IReader()=default
A helper class to read content from a specified input stream. This class is a high level interface ad...
Definition: IReader.h:54
IReader & operator=(const IReader &)=delete
virtual void readFromStream(std::istream &stream, std::string &result) const =0
Read the content of the provided input stream and check errors.