Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 23 of file qnetworkaccesscache.cpp.

Member Data Documentation

◆ key

QByteArray QNetworkAccessCache::Node::key

Definition at line 26 of file qnetworkaccesscache.cpp.

◆ next

Node * QNetworkAccessCache::Node::next = nullptr

Definition at line 29 of file qnetworkaccesscache.cpp.

◆ object

CacheableObject * QNetworkAccessCache::Node::object = nullptr

Definition at line 30 of file qnetworkaccesscache.cpp.

◆ previous

Node * QNetworkAccessCache::Node::previous = nullptr

Definition at line 28 of file qnetworkaccesscache.cpp.

◆ timer

QDeadlineTimer QNetworkAccessCache::Node::timer

Definition at line 25 of file qnetworkaccesscache.cpp.

◆ useCount

int QNetworkAccessCache::Node::useCount = 0

Definition at line 32 of file qnetworkaccesscache.cpp.


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