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-> () const
ItemType operator* () const
TableIteratoroperator++ ()
TableIterator operator++ (int)
TableIterator operator+ (int offset) const
TableIterator operator- (int offset) const
int operator- (TableIterator other) const
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 102 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 104 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 129 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* ( ) const
inline

Definition at line 109 of file qv4compileddata_p.h.

◆ operator+()

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

Definition at line 124 of file qv4compileddata_p.h.

◆ operator++() [1/2]

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

Definition at line 111 of file qv4compileddata_p.h.

◆ operator++() [2/2]

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

Definition at line 117 of file qv4compileddata_p.h.

◆ operator-() [1/2]

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

Definition at line 125 of file qv4compileddata_p.h.

◆ operator-() [2/2]

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

Definition at line 126 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-> ( ) const
inline

Definition at line 108 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 128 of file qv4compileddata_p.h.

Member Data Documentation

◆ container

◆ index


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