Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 61 of file qv4internalclass_p.h.

Constructor & Destructor Documentation

◆ PropertyHashData()

QV4::PropertyHashData::PropertyHashData ( int numBits)

Definition at line 18 of file qv4internalclass.cpp.

References alloc, entries, numBits, refCount, and size.

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

Here is the caller graph for this function:

◆ ~PropertyHashData()

QV4::PropertyHashData::~PropertyHashData ( )
inline

Definition at line 64 of file qv4internalclass_p.h.

References entries.

Member Data Documentation

◆ alloc

int QV4::PropertyHashData::alloc

◆ entries

◆ numBits

int QV4::PropertyHashData::numBits

Definition at line 71 of file qv4internalclass_p.h.

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

◆ refCount

◆ size

int QV4::PropertyHashData::size

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