Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QV4::PropertyHashData Struct Reference

#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::Entryentries
 

Detailed Description

Definition at line 59 of file qv4internalclass_p.h.

Constructor & Destructor Documentation

◆ PropertyHashData()

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:

◆ ~PropertyHashData()

QV4::PropertyHashData::~PropertyHashData ( )
inline

Definition at line 62 of file qv4internalclass_p.h.

References entries.

Member Data Documentation

◆ alloc

int QV4::PropertyHashData::alloc

◆ entries

◆ numBits

int QV4::PropertyHashData::numBits

Definition at line 69 of file qv4internalclass_p.h.

Referenced by PropertyHashData(), and QV4::PropertyHash::detach().

◆ refCount

◆ size

int QV4::PropertyHashData::size

Definition at line 68 of file qv4internalclass_p.h.

Referenced by QV4::PropertyHash::addEntry(), and QV4::PropertyHash::detach().


The documentation for this struct was generated from the following files: