12 return m_stream->escape(input);
19 return m_stream->escape(input);
25 return m_stream->escape(input);
The Cutelee namespace holds all public Cutelee API.
virtual bool isSafe() const
SafeString escape(const QString &input) const
SafeString conditionalEscape(const SafeString &input) const
A QString wrapper class for containing whether a string is safe or needs to be escaped.
The OutputStream class is used to render templates to a QTextStream.
The string is safe and requires no further escaping.