![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4compileddata_p.h>
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 |
Definition at line 100 of file qv4compileddata_p.h.
|
inline |
Definition at line 102 of file qv4compileddata_p.h.
|
inline |
Definition at line 110 of file qv4compileddata_p.h.
|
inline |
Definition at line 107 of file qv4compileddata_p.h.
|
inline |
Definition at line 108 of file qv4compileddata_p.h.
|
inline |
Definition at line 106 of file qv4compileddata_p.h.
Referenced by QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::operator*().
|
inline |
Definition at line 109 of file qv4compileddata_p.h.
const Container* QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::container |
Definition at line 103 of file qv4compileddata_p.h.
Referenced by QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::TableIterator(), and QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::operator->().
int QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::index |
Definition at line 104 of file qv4compileddata_p.h.
Referenced by QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::TableIterator(), QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::operator!=(), QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::operator++(), QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::operator->(), and QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::operator==().