12 return m_stream->escape(input);
19 return m_stream->escape(input);
25 return m_stream->escape(input);
SafeString escape(const QString &input) const
SafeString conditionalEscape(const SafeString &input) const
virtual bool isSafe() const
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.
@ IsSafe
The string is safe and requires no further escaping.
The Cutelee namespace holds all public Cutelee API.