Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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, Employee > | cache |
[0] | |
Employee * | employee = new Employee |
[0] | |
QCache< int, MyDataStructure > cache | ( | 5000 | ) |
[1]
[2]
employee setId | ( | 37 | ) |
employee setName | ( | "Richard Schmit" | ) |
QContiguousCache< int > cache |