Grantlee
5.2.0
|
#include "context.h"
#include "grantlee_templates_export.h"
#include "safestring.h"
#include <QtCore/QVariant>
Go to the source code of this file.
Namespaces | |
Grantlee | |
The Grantlee namespace holds all public Grantlee API. | |
Functions | |
bool | Grantlee::equals (const QVariant &lhs, const QVariant &rhs) |
Grantlee::SafeString | Grantlee::getSafeString (const QVariant &input) |
bool | Grantlee::isSafeString (const QVariant &input) |
Grantlee::SafeString | Grantlee::markForEscaping (const Grantlee::SafeString &input) |
Grantlee::SafeString | Grantlee::markSafe (const Grantlee::SafeString &input) |
bool | Grantlee::supportedOutputType (const QVariant &input) |
QString | Grantlee::unescapeStringLiteral (const QString &input) |
bool | Grantlee::variantIsTrue (const QVariant &variant) |
Utility functions used throughout Grantlee.
Definition in file util.h.