![]() |
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-> () const |
| ItemType | operator* () const |
| TableIterator & | operator++ () |
| 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 |
Definition at line 102 of file qv4compileddata_p.h.
|
inline |
Definition at line 104 of file qv4compileddata_p.h.
|
inline |
Definition at line 129 of file qv4compileddata_p.h.
|
inline |
Definition at line 109 of file qv4compileddata_p.h.
|
inline |
Definition at line 124 of file qv4compileddata_p.h.
|
inline |
Definition at line 111 of file qv4compileddata_p.h.
|
inline |
Definition at line 117 of file qv4compileddata_p.h.
|
inline |
Definition at line 125 of file qv4compileddata_p.h.
|
inline |
Definition at line 126 of file qv4compileddata_p.h.
|
inline |
Definition at line 108 of file qv4compileddata_p.h.
Referenced by QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::operator*().
|
inline |
Definition at line 128 of file qv4compileddata_p.h.
| const Container* QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::container |
Definition at line 105 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->().
| int QV4::CompiledData::TableIterator< ItemType, Container, IndexedGetter >::index |
Definition at line 106 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++(), QV4::CompiledData::TableIterator< Enum, Object, &Object::enumAt >::operator++(), 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==().