12#ifndef ERS_OUTPUT_STREAM_H
13#define ERS_OUTPUT_STREAM_H
54 virtual bool isNull()
const;
Base class for any user define issue.
virtual ~OutputStream()
Sends the issue into this stream.
virtual bool isNull() const
OutputStream & operator=(const OutputStream &)=delete
virtual void write(const Issue &issue)=0
friend class StreamManager
std::unique_ptr< OutputStream > m_chained
OutputStream(const OutputStream &other)=delete