21 #ifndef CUTELEE_OUTPUTSTREAM_H
22 #define CUTELEE_OUTPUTSTREAM_H
24 #include "cutelee_templates_export.h"
27 #include <QtCore/QTextStream>
115 virtual std::shared_ptr<OutputStream> clone(QTextStream *stream)
const;
140 QTextStream *m_stream;
The OutputStream class is used to render templates to a QTextStream.
A QString wrapper class for containing whether a string is safe or needs to be escaped.
The Cutelee namespace holds all public Cutelee API.