Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
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 60 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 63 of file qv4internalclass_p.h.

References entries.

Member Data Documentation

◆ alloc

int QV4::PropertyHashData::alloc

◆ entries

◆ numBits

int QV4::PropertyHashData::numBits

Definition at line 70 of file qv4internalclass_p.h.

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

◆ refCount

◆ size

int QV4::PropertyHashData::size

Definition at line 69 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: