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