29 #ifndef __UTILS_FILE_WRITER_H__ 30 #define __UTILS_FILE_WRITER_H__ 89 const std::string& value)
const override;
void writeToStream(std::ostream &stream, const std::string &value) const override
Write the given value to the provided output stream and check errors.
Writer & operator=(const Writer &)=delete
A helper class to write a given value to a specified output stream. This class is a high level interf...
Definition: IWriter.h:54
~Writer() override=default
A helper class to write a given value to a specified file.
Definition: Writer.h:55