Go to the source code of this file.
◆ operator<<()
Definition at line 338 of file qabstractnetworkcache.cpp.
343 while (it != begin) {
345 out << int(it.key()) << it.value();
#define it(className, varName)
const_iterator ConstIterator
Qt-style synonym for QHash::const_iterator.
int size() const
Returns the number of items in the hash.
iterator end()
Returns an STL-style iterator pointing to the imaginary item after the last item in the hash...
iterator begin()
Returns an STL-style iterator pointing to the first item in the hash.
◆ operator>>()
Definition at line 379 of file qabstractnetworkcache.cpp.
389 for (
quint32 i = 0; i < n; ++i) {
The QVariant class acts like a union for the most common Qt data types.
Status status() const
Returns the status of the data stream.
void clear()
Removes all items from the hash.
Status
This enum describes the current status of the data stream.
void setStatus(Status status)
Sets the status of the data stream to the status given.
Attribute
Attribute codes for the QNetworkRequest and QNetworkReply.
void resetStatus()
Resets the status of the data stream.
iterator insertMulti(const Key &key, const T &value)
Inserts a new item with the key and a value of value.