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
src_corelib_tools_qcontiguouscache.cpp File Reference

(c7a7783668f5ad92b30daf18ff52184a2aa5b4ca)

#include <QContiguousCache>
Include dependency graph for src_corelib_tools_qcontiguouscache.cpp:

Go to the source code of this file.

Classes

class  MyRecord

Functions

MyRecordslowFetchRecord (int index)
MyRecord record (int row)
 [0]
void example ()
 [0]

Variables

QContiguousCache< MyRecordcache {100}

Function Documentation

◆ example()

void example ( )

[0]

[1]

[1]

Definition at line 29 of file src_corelib_tools_qcontiguouscache.cpp.

References cache.

◆ record()

MyRecord record ( int row)

[0]

Definition at line 16 of file src_corelib_tools_qcontiguouscache.cpp.

References cache.

◆ slowFetchRecord()

MyRecord & slowFetchRecord ( int index)

Definition at line 10 of file src_corelib_tools_qcontiguouscache.cpp.

Variable Documentation

◆ cache

QContiguousCache< MyRecord > cache {100}

Definition at line 8 of file src_corelib_tools_qcontiguouscache.cpp.

Referenced by example(), and record().