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::CompilationUnit::FunctionIterator Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::CompilationUnit::FunctionIterator:

Public Member Functions

 FunctionIterator (const CompiledData::Unit *unit, const CompiledObject *object, int index)
 
const CompiledFunctionoperator-> () const
 
void operator++ ()
 
bool operator== (const FunctionIterator &rhs) const
 
bool operator!= (const FunctionIterator &rhs) const
 

Public Attributes

const CompiledData::Unitunit
 
const CompiledObjectobject
 
int index
 

Detailed Description

Definition at line 1724 of file qv4compileddata_p.h.

Constructor & Destructor Documentation

◆ FunctionIterator()

QV4::CompiledData::CompilationUnit::FunctionIterator::FunctionIterator ( const CompiledData::Unit * unit,
const CompiledObject * object,
int index )
inline

Definition at line 1726 of file qv4compileddata_p.h.

Member Function Documentation

◆ operator!=()

bool QV4::CompiledData::CompilationUnit::FunctionIterator::operator!= ( const FunctionIterator & rhs) const
inline

Definition at line 1739 of file qv4compileddata_p.h.

References index.

◆ operator++()

void QV4::CompiledData::CompilationUnit::FunctionIterator::operator++ ( )
inline

Definition at line 1737 of file qv4compileddata_p.h.

References index.

◆ operator->()

const CompiledFunction * QV4::CompiledData::CompilationUnit::FunctionIterator::operator-> ( ) const
inline

Definition at line 1732 of file qv4compileddata_p.h.

References QV4::CompiledData::Unit::functionAt(), and unit.

+ Here is the call graph for this function:

◆ operator==()

bool QV4::CompiledData::CompilationUnit::FunctionIterator::operator== ( const FunctionIterator & rhs) const
inline

Definition at line 1738 of file qv4compileddata_p.h.

References index.

Member Data Documentation

◆ index

int QV4::CompiledData::CompilationUnit::FunctionIterator::index

Definition at line 1730 of file qv4compileddata_p.h.

Referenced by operator!=(), operator++(), and operator==().

◆ object

const CompiledObject* QV4::CompiledData::CompilationUnit::FunctionIterator::object

Definition at line 1729 of file qv4compileddata_p.h.

◆ unit

const CompiledData::Unit* QV4::CompiledData::CompilationUnit::FunctionIterator::unit

Definition at line 1728 of file qv4compileddata_p.h.

Referenced by operator->().


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