Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QNetworkAccessCache::Node Struct Reference
+ Collaboration diagram for QNetworkAccessCache::Node:

Public Attributes

QDeadlineTimer timer
 
QByteArray key
 
Nodeprevious = nullptr
 
Nodenext = nullptr
 
CacheableObjectobject = nullptr
 
int useCount = 0
 

Detailed Description

Definition at line 30 of file qnetworkaccesscache.cpp.

Member Data Documentation

◆ key

◆ next

Node* QNetworkAccessCache::Node::next = nullptr

Definition at line 36 of file qnetworkaccesscache.cpp.

Referenced by QNetworkAccessCache::timerEvent().

◆ object

◆ previous

Node* QNetworkAccessCache::Node::previous = nullptr

Definition at line 35 of file qnetworkaccesscache.cpp.

Referenced by QNetworkAccessCache::timerEvent().

◆ timer

QDeadlineTimer QNetworkAccessCache::Node::timer

Definition at line 32 of file qnetworkaccesscache.cpp.

Referenced by QNetworkAccessCache::timerEvent().

◆ useCount


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