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::TableIterator< ItemType, Container, IndexedGetter > Struct Template Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >:

Public Member Functions

 TableIterator (const Container *container, int index)
 
const ItemType * operator-> ()
 
ItemType operator* ()
 
void operator++ ()
 
bool operator== (const TableIterator &rhs) const
 
bool operator!= (const TableIterator &rhs) const
 

Public Attributes

const Container * container
 
int index
 

Detailed Description

template<typename ItemType, typename Container, const ItemType *(Container::*)(int index) const IndexedGetter>
struct QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >

Definition at line 100 of file qv4compileddata_p.h.

Constructor & Destructor Documentation

◆ TableIterator()

template<typename ItemType , typename Container , const ItemType *(Container::*)(int index) const IndexedGetter>
QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::TableIterator ( const Container * container,
int index )
inline

Definition at line 102 of file qv4compileddata_p.h.

Member Function Documentation

◆ operator!=()

template<typename ItemType , typename Container , const ItemType *(Container::*)(int index) const IndexedGetter>
bool QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::operator!= ( const TableIterator< ItemType, Container, IndexedGetter > & rhs) const
inline

◆ operator*()

template<typename ItemType , typename Container , const ItemType *(Container::*)(int index) const IndexedGetter>
ItemType QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::operator* ( )
inline

Definition at line 107 of file qv4compileddata_p.h.

References QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::operator->().

+ Here is the call graph for this function:

◆ operator++()

template<typename ItemType , typename Container , const ItemType *(Container::*)(int index) const IndexedGetter>
void QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::operator++ ( )
inline

◆ operator->()

template<typename ItemType , typename Container , const ItemType *(Container::*)(int index) const IndexedGetter>
const ItemType * QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::operator-> ( )
inline

Definition at line 106 of file qv4compileddata_p.h.

References QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::container, and QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::index.

Referenced by QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::operator*().

+ Here is the caller graph for this function:

◆ operator==()

template<typename ItemType , typename Container , const ItemType *(Container::*)(int index) const IndexedGetter>
bool QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::operator== ( const TableIterator< ItemType, Container, IndexedGetter > & rhs) const
inline

Member Data Documentation

◆ container

template<typename ItemType , typename Container , const ItemType *(Container::*)(int index) const IndexedGetter>
const Container* QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::container

◆ index


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