![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QContiguousCache>
Go to the source code of this file.
Classes | |
class | MyRecord |
Functions | |
MyRecord & | slowFetchRecord (int index) |
MyRecord | record (int row) |
[0] | |
void | example () |
[0] |
Variables | |
QContiguousCache< MyRecord > | cache {100} |
void example | ( | ) |
MyRecord record | ( | int | row | ) |
MyRecord & slowFetchRecord | ( | int | index | ) |
Definition at line 10 of file src_corelib_tools_qcontiguouscache.cpp.
QContiguousCache< MyRecord > cache {100} |
Definition at line 8 of file src_corelib_tools_qcontiguouscache.cpp.