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

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

employee setId (37)
 
employee setName ("Richard Schmit")
 
cache insert (employee->id(), employee)
 
QCache< int, MyDataStructure > cache (5000)
 [1]
 

Variables

QCache< int, Employeecache
 [0]
 
Employeeemployee = new Employee
 [0]
 

Function Documentation

◆ cache()

QCache< int, MyDataStructure > cache ( 5000 )

[1]

[2]

◆ insert()

cache insert ( employee-> id(),
employee  )

◆ setId()

employee setId ( 37 )

◆ setName()

employee setName ( "Richard Schmit" )

Variable Documentation

◆ cache

QContiguousCache< int > cache

[0]

[1]

[2]

Definition at line 5 of file doc_src_qcache.cpp.

◆ employee

Employee * employee = new Employee

[0]

[1]

Definition at line 10 of file doc_src_qcache.cpp.