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::CompiledData::TemplateObject Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::TemplateObject:

Public Member Functions

const quint32_lestringTable () const
 
uint stringIndexAt (uint i) const
 
uint rawStringIndexAt (uint i) const
 

Static Public Member Functions

static int calculateSize (int size)
 
static size_t align (size_t a)
 

Public Attributes

quint32_le size
 

Detailed Description

Definition at line 486 of file qv4compileddata_p.h.

Member Function Documentation

◆ align()

static size_t QV4::CompiledData::TemplateObject::align ( size_t a)
inlinestatic

Definition at line 497 of file qv4compileddata_p.h.

Referenced by calculateSize().

+ Here is the caller graph for this function:

◆ calculateSize()

static int QV4::CompiledData::TemplateObject::calculateSize ( int size)
inlinestatic

Definition at line 490 of file qv4compileddata_p.h.

References align(), and Q_ASSERT.

+ Here is the call graph for this function:

◆ rawStringIndexAt()

uint QV4::CompiledData::TemplateObject::rawStringIndexAt ( uint i) const
inline

Definition at line 508 of file qv4compileddata_p.h.

References i, and stringTable().

+ Here is the call graph for this function:

◆ stringIndexAt()

uint QV4::CompiledData::TemplateObject::stringIndexAt ( uint i) const
inline

Definition at line 505 of file qv4compileddata_p.h.

References i, and stringTable().

+ Here is the call graph for this function:

◆ stringTable()

const quint32_le * QV4::CompiledData::TemplateObject::stringTable ( ) const
inline

Definition at line 501 of file qv4compileddata_p.h.

Referenced by rawStringIndexAt(), and stringIndexAt().

+ Here is the caller graph for this function:

Member Data Documentation

◆ size

quint32_le QV4::CompiledData::TemplateObject::size

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