![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Macros | |
| #define | EMPLOYEE_H |
Functions | |
| hash | insert ("twelve", 12) |
| [1] | |
| if (hash.contains("TIMEOUT")) timeout | |
| for (int i=0;i< 1000;++i) | |
| QHashIterator< QString, int > | i (hash) |
| [6] | |
| while (i.hasNext()) | |
Variables | |
| QHash< QString, int > | hash = 1 |
| [0] | |
| int | num1 = hash["thirteen"] |
| [2] | |
| int | num2 = hash.value("thirteen") |
| int | timeout = 30 |
| [3] | |
| #define EMPLOYEE_H |
| for | ( | ) |
Definition at line 43 of file src_corelib_tools_qhash.cpp.
| if | ( | hash. | contains"TIMEOUT" | ) |
| hash insert | ( | "twelve" | , |
| 12 | |||
| ) |
[1]
[2]
| while | ( | i. | hasNext() | ) |
Definition at line 52 of file src_corelib_tools_qhash.cpp.
References i, and qPrintable.
| int num1 = hash["thirteen"] |
| int num2 = hash.value("thirteen") |
Definition at line 23 of file src_corelib_tools_qhash.cpp.
| int timeout = 30 |