Protocols::Http::HeaderBase::Data Class Reference

#include <HeaderBase.h> [code]

Inherits Utils::Memory::SharedData.

Inherited by Protocols::Http::RequestHeader::Data, and Protocols::Http::ResponseHeader::Data.

Inheritance diagram for Protocols::Http::HeaderBase::Data:

Inheritance graph
[legend]
Collaboration diagram for Protocols::Http::HeaderBase::Data:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 84 of file HeaderBase.h.

Public Member Functions

 Q_SHARED_DATA_COPY (Data)

Public Attributes

QMap< QByteArray, QList< QByteArray > > fieldValues
QMap< QByteArray, QByteArray > originalCaseFieldNames
QList< QByteArray > orderedFieldList


Member Function Documentation

Protocols::Http::HeaderBase::Data::Q_SHARED_DATA_COPY Data   ) 
 


Member Data Documentation

QMap<QByteArray, QList <QByteArray> > Protocols::Http::HeaderBase::Data::fieldValues
 

Definition at line 89 of file HeaderBase.h.

QList<QByteArray> Protocols::Http::HeaderBase::Data::orderedFieldList
 

Definition at line 91 of file HeaderBase.h.

QMap<QByteArray, QByteArray> Protocols::Http::HeaderBase::Data::originalCaseFieldNames
 

Definition at line 90 of file HeaderBase.h.


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