Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::CompiledData::String Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::String:

Static Public Member Functions

static int calculateSize (const QString &str)
 

Public Attributes

qint32_le size
 

Detailed Description

Definition at line 229 of file qv4compileddata_p.h.

Member Function Documentation

◆ calculateSize()

static int QV4::CompiledData::String::calculateSize ( const QString str)
inlinestatic

Definition at line 233 of file qv4compileddata_p.h.

References QString::size(), and str.

Referenced by QmlIR::QmlUnitGenerator::generate(), QV4::Compiler::StringTableGenerator::registerString(), and QV4::Compiler::StringTableGenerator::serialize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ size

qint32_le QV4::CompiledData::String::size

Definition at line 231 of file qv4compileddata_p.h.


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