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::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.

References other(), and rawStrings.

+ Here is the call graph for this function:

Member Data Documentation

◆ rawStrings

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

Definition at line 77 of file qv4compilercontext_p.h.

Referenced by operator==().

◆ 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: