Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qabstractnetworkcache.cpp File Reference
#include "qabstractnetworkcache.h"
#include "qabstractnetworkcache_p.h"
#include <qdatastream.h>
#include <qdatetime.h>
#include <qurl.h>
#include <qhash.h>
#include <qdebug.h>
#include "moc_qabstractnetworkcache.cpp"
+ Include dependency graph for qabstractnetworkcache.cpp:

Go to the source code of this file.

Classes

class  QNetworkCacheMetaDataPrivate
 

Functions

static QDataStreamoperator<< (QDataStream &out, const QNetworkCacheMetaData::AttributesMap &hash)
 
static QDataStreamoperator>> (QDataStream &in, QNetworkCacheMetaData::AttributesMap &hash)
 

Function Documentation

◆ operator<<()

static QDataStream & operator<< ( QDataStream out,
const QNetworkCacheMetaData::AttributesMap hash 
)
inlinestatic

Definition at line 297 of file qabstractnetworkcache.cpp.

References hash, it, and out.

◆ operator>>()

static QDataStream & operator>> ( QDataStream in,
QNetworkCacheMetaData::AttributesMap hash 
)
inlinestatic

Definition at line 335 of file qabstractnetworkcache.cpp.

References hash, i, and QDataStream::Ok.