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
QDirPrivate::FileCache Struct Reference

#include <qdir_p.h>

+ Collaboration diagram for QDirPrivate::FileCache:

Public Attributes

QMutex mutex
 
QStringList files
 
QFileInfoList fileInfos
 
std::atomic< bool > fileListsInitialized = false
 
QFileSystemEntry absoluteDirEntry
 
QFileSystemMetaData metaData
 

Detailed Description

Definition at line 69 of file qdir_p.h.

Member Data Documentation

◆ absoluteDirEntry

QFileSystemEntry QDirPrivate::FileCache::absoluteDirEntry

◆ fileInfos

QFileInfoList QDirPrivate::FileCache::fileInfos

◆ fileListsInitialized

std::atomic<bool> QDirPrivate::FileCache::fileListsInitialized = false

◆ files

QStringList QDirPrivate::FileCache::files

◆ metaData

QFileSystemMetaData QDirPrivate::FileCache::metaData

Definition at line 76 of file qdir_p.h.

Referenced by QDirPrivate::QDirPrivate(), QDirPrivate::clearCache(), and QDirPrivate::exists().

◆ mutex

QMutex QDirPrivate::FileCache::mutex

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