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