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

Definition at line 110 of file qv4compileddata_p.h.

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

◆ operator++()

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

Definition at line 108 of file qv4compileddata_p.h.

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

Referenced by QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::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

Definition at line 109 of file qv4compileddata_p.h.

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: