![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4internalclass_p.h>
Public Member Functions | |
PropertyHashData (int numBits) | |
~PropertyHashData () | |
Public Attributes | |
int | refCount |
int | alloc |
int | size |
int | numBits |
PropertyHash::Entry * | entries |
Definition at line 60 of file qv4internalclass_p.h.
QV4::PropertyHashData::PropertyHashData | ( | int | numBits | ) |
Definition at line 17 of file qv4internalclass.cpp.
References alloc, entries, numBits, refCount, and size.
Referenced by QV4::PropertyHash::PropertyHash(), and QV4::PropertyHash::detach().
|
inline |
Definition at line 63 of file qv4internalclass_p.h.
References entries.
int QV4::PropertyHashData::alloc |
Definition at line 68 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 71 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 70 of file qv4internalclass_p.h.
Referenced by PropertyHashData(), and QV4::PropertyHash::detach().
int QV4::PropertyHashData::refCount |
Definition at line 67 of file qv4internalclass_p.h.
Referenced by QV4::PropertyHash::PropertyHash(), PropertyHashData(), QV4::PropertyHash::~PropertyHash(), QV4::PropertyHash::detach(), and QV4::PropertyHash::operator=().
int QV4::PropertyHashData::size |
Definition at line 69 of file qv4internalclass_p.h.
Referenced by PropertyHashData(), QV4::PropertyHash::addEntry(), and QV4::PropertyHash::detach().