QtBase  v6.3.1
Functions | Variables
doc_src_qcache.cpp File Reference

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] More...
 

Variables

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

Function Documentation

◆ cache()

QCache<int, MyDataStructure> cache ( 5000  )

[1]

[2]

◆ insert()

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

◆ setId()

employee setId ( 37  )
Here is the caller graph for this function:

◆ setName()

employee setName ( "Richard Schmit"  )

Variable Documentation

◆ cache

QCache<int, MyDataStructure> cache(5000)

[0]

[1]

[2]

Definition at line 52 of file doc_src_qcache.cpp.

◆ employee

Employee* employee = new Employee

[0]

[1]

Definition at line 57 of file doc_src_qcache.cpp.