![]() |
Qt 6.x
The Qt SDK
|
#include <qv4internalclass_p.h>
Collaboration diagram for QV4::PropertyHashData:Public Member Functions | |
| PropertyHashData (int numBits) | |
| ~PropertyHashData () | |
Public Attributes | |
| int | refCount |
| int | alloc |
| int | size |
| int | numBits |
| PropertyHash::Entry * | entries |
Definition at line 59 of file qv4internalclass_p.h.
| QV4::PropertyHashData::PropertyHashData | ( | int | numBits | ) |
Definition at line 17 of file qv4internalclass.cpp.
References alloc, entries, numBits, and qPrimeForNumBits().
Here is the call graph for this function:
|
inline |
Definition at line 62 of file qv4internalclass_p.h.
References entries.
| int QV4::PropertyHashData::alloc |
Definition at line 67 of file qv4internalclass_p.h.
Referenced by PropertyHashData(), QV4::PropertyHash::addEntry(), QV4::PropertyHash::detach(), and QV4::PropertyHash::lookup().
| PropertyHash::Entry* QV4::PropertyHashData::entries |
Definition at line 70 of file qv4internalclass_p.h.
Referenced by PropertyHashData(), ~PropertyHashData(), QV4::PropertyHash::addEntry(), QV4::PropertyHash::detach(), and QV4::PropertyHash::lookup().
| int QV4::PropertyHashData::numBits |
Definition at line 69 of file qv4internalclass_p.h.
Referenced by PropertyHashData(), and QV4::PropertyHash::detach().
| int QV4::PropertyHashData::refCount |
Definition at line 66 of file qv4internalclass_p.h.
Referenced by QV4::PropertyHash::PropertyHash(), QV4::PropertyHash::~PropertyHash(), QV4::PropertyHash::detach(), and QV4::PropertyHash::operator=().
| int QV4::PropertyHashData::size |
Definition at line 68 of file qv4internalclass_p.h.
Referenced by QV4::PropertyHash::addEntry(), and QV4::PropertyHash::detach().