tufao  0.8.1
An asynchronous web framework for C++ built on top of Qt
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Tufao::IByteArray Class Reference

This class provides a case insensitive QByteArray. More...

+ Inheritance diagram for Tufao::IByteArray:
+ Collaboration diagram for Tufao::IByteArray:

Public Member Functions

 IByteArray (const QByteArray &ba)
 
 IByteArray (const char *str)
 
 IByteArray (const char *data, int size)
 
 IByteArray (int size, char ch)
 
 operator QByteArray () const
 
bool operator!= (const IByteArray &ba) const
 
bool operator< (const IByteArray &ba) const
 
bool operator<= (const IByteArray &ba) const
 
IByteArrayoperator= (const IByteArray &ba)
 
bool operator== (const IByteArray &ba) const
 
bool operator> (const IByteArray &ba) const
 
bool operator>= (const IByteArray &ba) const
 
bool operator!= (const QByteArray &ba) const
 
bool operator< (const QByteArray &ba) const
 
bool operator<= (const QByteArray &ba) const
 
IByteArrayoperator= (const QByteArray &ba)
 
bool operator== (const QByteArray &ba) const
 
bool operator> (const QByteArray &ba) const
 
bool operator>= (const QByteArray &ba) const
 

Detailed Description

This class provides a case insensitive QByteArray.

Note
All member functions of this class are inlined and should add the minimum (if any) of overhead.

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