QHttpEngine  1.0.0
Simple and secure HTTP server for Qt applications
List of all members
QHttpEngine::IByteArray Class Reference

Case-insensitive subclass of QByteArray. More...

#include <qhttpengine/ibytearray.h>

Inheritance diagram for QHttpEngine::IByteArray:

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
 

Detailed Description

The IByteArray is identical to the QByteArray class in all aspects except that it performs comparisons in a case-insensitive manner.


The documentation for this class was generated from the following file: