#include <QtCore/QtAlgorithms>
#include <QtCore/QRegExp>
#include <QtCore/QStringList>
#include <QtCore/QtDebug>
#include "HtmlEntities.hh"
Go to the source code of this file.
Functions | |
static bool | operator< (const QString &entityStr, const HtmlEntity &entity) |
static bool | operator< (const HtmlEntity &entity, const QString &entityStr) |
static bool | operator== (const HtmlEntity &entity, const quint16 entityCode) |
static bool operator< | ( | const HtmlEntity & | entity, | |
const QString & | entityStr | |||
) | [static] |
Definition at line 316 of file HtmlEntities.cc.
static bool operator< | ( | const QString & | entityStr, | |
const HtmlEntity & | entity | |||
) | [static] |
Definition at line 311 of file HtmlEntities.cc.
static bool operator== | ( | const HtmlEntity & | entity, | |
const quint16 | entityCode | |||
) | [static] |
Definition at line 321 of file HtmlEntities.cc.