5#include "qx/core/qx_core_export.h"
18 static bool isSpace(
const QChar& ch);
20 static bool isSpace(
unsigned char ch);
21 static bool isSpace(
signed char ch);
22 static bool isSpace(
wchar_t ch);
23 static int compare(QChar cOne, QChar cTwo, Qt::CaseSensitivity cs = Qt::CaseSensitive);
The Char class is a collection of static functions pertaining to character types.
Definition qx-char.h:14
static int compare(QChar cOne, QChar cTwo, Qt::CaseSensitivity cs=Qt::CaseSensitive)
Definition qx-char.cpp:70
static bool isHexNumber(QChar hexNum)
Definition qx-char.cpp:30
static bool isSpace(const QChar &ch)
Definition qx-char.cpp:44
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-abstracterror.cpp:13