![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4identifierhash_p.h>
Public Member Functions | |
| IdentifierHash ()=default | |
| IdentifierHash (ExecutionEngine *engine) | |
| IdentifierHash (const IdentifierHash &other) | |
| IdentifierHash (IdentifierHash &&other) noexcept | |
| ~IdentifierHash () | |
| IdentifierHash & | operator= (const IdentifierHash &other) |
| void | swap (IdentifierHash &other) noexcept |
| bool | isValid () const |
| int | size () const |
| void | add (const QString &str, int value) |
| void | add (Heap::String *str, int value) |
| int | value (const QString &str) const |
| int | value (Heap::String *str) const |
| template<typename String> | |
| String | key (int value) const |
Definition at line 29 of file qv4identifierhash_p.h.
|
default |
| QV4::IdentifierHash::IdentifierHash | ( | ExecutionEngine * | engine | ) |
Definition at line 15 of file qv4identifierhash.cpp.
| QV4::IdentifierHash::IdentifierHash | ( | const IdentifierHash & | other | ) |
Definition at line 113 of file qv4identifierhash.cpp.
|
inlinenoexcept |
Definition at line 34 of file qv4identifierhash_p.h.
| QV4::IdentifierHash::~IdentifierHash | ( | ) |
Definition at line 120 of file qv4identifierhash.cpp.
Definition at line 44 of file qv4identifierhash_p.h.
|
inline |
Definition at line 45 of file qv4identifierhash_p.h.
|
inline |
Definition at line 41 of file qv4identifierhash_p.h.
Definition at line 51 of file qv4identifierhash_p.h.
| IdentifierHash & QV4::IdentifierHash::operator= | ( | const IdentifierHash & | other | ) |
Definition at line 126 of file qv4identifierhash.cpp.
| int QV4::IdentifierHash::size | ( | ) | const |
Definition at line 136 of file qv4identifierhash.cpp.
|
inlinenoexcept |
Definition at line 38 of file qv4identifierhash_p.h.
|
inline |
Definition at line 47 of file qv4identifierhash_p.h.
|
inline |
Definition at line 48 of file qv4identifierhash_p.h.