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

#include <qv4compilercontext_p.h>

Collaboration diagram for QV4::Compiler::TemplateObject:

Public Member Functions

bool operator== (const TemplateObject &other)

Public Attributes

QVector< uintstrings
QVector< uintrawStrings

Detailed Description

Definition at line 75 of file qv4compilercontext_p.h.

Member Function Documentation

◆ operator==()

bool QV4::Compiler::TemplateObject::operator== ( const TemplateObject & other)
inline

Definition at line 78 of file qv4compilercontext_p.h.

Member Data Documentation

◆ rawStrings

QVector<uint> QV4::Compiler::TemplateObject::rawStrings

Definition at line 77 of file qv4compilercontext_p.h.

◆ strings

QVector<uint> QV4::Compiler::TemplateObject::strings

Definition at line 76 of file qv4compilercontext_p.h.


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