![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4compileddata_p.h>
Public Member Functions | |
const Method * | methodTable () const |
Static Public Member Functions | |
static int | calculateSize (int nStaticMethods, int nMethods) |
static size_t | align (size_t a) |
Public Attributes | |
quint32_le | nameIndex |
quint32_le | scopeIndex |
quint32_le | constructorFunction |
quint32_le | nStaticMethods |
quint32_le | nMethods |
quint32_le | methodTableOffset |
Definition at line 464 of file qv4compileddata_p.h.
|
inlinestatic |
Definition at line 482 of file qv4compileddata_p.h.
|
inlinestatic |
Definition at line 475 of file qv4compileddata_p.h.
|
inline |
Definition at line 473 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Class::constructorFunction |
Definition at line 468 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Class::methodTableOffset |
Definition at line 471 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Class::nameIndex |
Definition at line 466 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Class::nMethods |
Definition at line 470 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Class::nStaticMethods |
Definition at line 469 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Class::scopeIndex |
Definition at line 467 of file qv4compileddata_p.h.