![]() |
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 & | operator= (const IdentifierHash &other) |
bool | isEmpty () const |
int | count () const |
void | detach () |
void | add (const QString &str, int value) |
void | add (Heap::String *str, int value) |
int | value (const QString &str) const |
int | value (String *str) const |
QString | findId (int value) const |
Definition at line 28 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 136 of file qv4identifierhash.cpp.
QV4::IdentifierHash::~IdentifierHash | ( | ) |
Definition at line 143 of file qv4identifierhash.cpp.
Definition at line 164 of file qv4identifierhash.cpp.
void QV4::IdentifierHash::add | ( | Heap::String * | str, |
int | value ) |
Definition at line 170 of file qv4identifierhash.cpp.
int QV4::IdentifierHash::count | ( | ) | const |
Definition at line 159 of file qv4identifierhash.cpp.
void QV4::IdentifierHash::detach | ( | ) |
Definition at line 21 of file qv4identifierhash.cpp.
QString QV4::IdentifierHash::findId | ( | int | value | ) | const |
Definition at line 124 of file qv4identifierhash.cpp.
|
inline |
Definition at line 36 of file qv4identifierhash_p.h.
IdentifierHash & QV4::IdentifierHash::operator= | ( | const IdentifierHash & | other | ) |
Definition at line 149 of file qv4identifierhash.cpp.
int QV4::IdentifierHash::value | ( | const QString & | str | ) | const |
Definition at line 176 of file qv4identifierhash.cpp.
int QV4::IdentifierHash::value | ( | String * | str | ) | const |
Definition at line 182 of file qv4identifierhash.cpp.