QHttpEngine
1.0.0
Simple and secure HTTP server for Qt applications
|
Case-insensitive subclass of QByteArray. More...
#include <qhttpengine/ibytearray.h>
Public Member Functions | |
IByteArray (const QByteArray &other) | |
IByteArray (const IByteArray &other) | |
IByteArray (const char *data, int size=-1) | |
bool | operator== (const QString &s2) const |
bool | operator!= (const QString &s2) const |
bool | operator< (const QString &s2) const |
bool | operator> (const QString &s2) const |
bool | operator<= (const QString &s2) const |
bool | operator>= (const QString &s2) const |
bool | contains (char c) const |
bool | contains (const char *c) const |
bool | contains (const QByteArray &a) const |
The IByteArray is identical to the QByteArray class in all aspects except that it performs comparisons in a case-insensitive manner.