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.
Macros | |
#define | EMPLOYEE_H |
Functions | |
hash | insert ("twelve", 12) |
[1] | |
if (hash.contains("TIMEOUT")) timeout = hash.value("TIMEOUT") | |
for (int i=0;i< 1000;++i) | |
[13] | |
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") |
[2] | |
int | timeout = 30 |
[3] | |
#define EMPLOYEE_H |
|
new |
if | ( | hash. | contains"TIMEOUT" | ) | = hash.value("TIMEOUT") |
map insert | ( | "twelve" | , |
12 | ) |
[1]
[2]
while | ( | i. | hasNext() | ) |
Definition at line 52 of file src_corelib_tools_qhash.cpp.
int num1 = hash["thirteen"] |
int num2 = hash.value("thirteen") |
int timeout = 30 |