![]() |
Qt 6.x
The Qt SDK
|
#include <qv4persistent_p.h>
Public Member Functions | |
Iterator (void *p, int idx) | |
Iterator (const Iterator &o) | |
Iterator & | operator= (const Iterator &o) |
~Iterator () | |
Iterator & | operator++ () |
bool | operator!= (const Iterator &other) |
Value & | operator* () |
Public Attributes | |
void * | p |
int | index |
Definition at line 38 of file qv4persistent_p.h.
PersistentValueStorage::Iterator::Iterator | ( | void * | p, |
int | idx | ||
) |
Definition at line 76 of file qv4persistent.cpp.
PersistentValueStorage::Iterator::Iterator | ( | const Iterator & | o | ) |
Definition at line 84 of file qv4persistent.cpp.
PersistentValueStorage::Iterator::~Iterator | ( | ) |
Definition at line 106 of file qv4persistent.cpp.
|
inline |
Definition at line 46 of file qv4persistent_p.h.
References other().
Value & PersistentValueStorage::Iterator::operator* | ( | ) |
Definition at line 132 of file qv4persistent.cpp.
References Page.
PersistentValueStorage::Iterator & PersistentValueStorage::Iterator::operator++ | ( | ) |
Definition at line 113 of file qv4persistent.cpp.
References header(), next, and Page.
PersistentValueStorage::Iterator & PersistentValueStorage::Iterator::operator= | ( | const Iterator & | o | ) |
Definition at line 92 of file qv4persistent.cpp.
int QV4::PersistentValueStorage::Iterator::index |
Definition at line 44 of file qv4persistent_p.h.
void* QV4::PersistentValueStorage::Iterator::p |
Definition at line 43 of file qv4persistent_p.h.
Referenced by Iterator(), and Iterator().