Utils::Uri::PrivateData Struct Reference

Inherits QSharedData.

Inheritance diagram for Utils::Uri::PrivateData:

Inheritance graph
[legend]
Collaboration diagram for Utils::Uri::PrivateData:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores Uri's private implicitly shared data.

Definition at line 161 of file Uri.h.

Public Attributes

QByteArray scheme
QByteArray userInfo
QByteArray host
QByteArray port
QByteArray path
QByteArray query
QByteArray fragment


Member Data Documentation

QByteArray Utils::Uri::PrivateData::fragment
 

Definition at line 169 of file Uri.h.

QByteArray Utils::Uri::PrivateData::host
 

Definition at line 165 of file Uri.h.

QByteArray Utils::Uri::PrivateData::path
 

Definition at line 167 of file Uri.h.

QByteArray Utils::Uri::PrivateData::port
 

Definition at line 166 of file Uri.h.

QByteArray Utils::Uri::PrivateData::query
 

Definition at line 168 of file Uri.h.

QByteArray Utils::Uri::PrivateData::scheme
 

Definition at line 163 of file Uri.h.

QByteArray Utils::Uri::PrivateData::userInfo
 

Definition at line 164 of file Uri.h.


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