![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 39 of file qv4persistent_p.h.
| PersistentValueStorage::Iterator::Iterator | ( | void * | p, |
| int | idx ) |
Definition at line 77 of file qv4persistent.cpp.
| PersistentValueStorage::Iterator::Iterator | ( | const Iterator & | o | ) |
Definition at line 85 of file qv4persistent.cpp.
| PersistentValueStorage::Iterator::~Iterator | ( | ) |
Definition at line 107 of file qv4persistent.cpp.
|
inline |
Definition at line 47 of file qv4persistent_p.h.
| Value & PersistentValueStorage::Iterator::operator* | ( | ) |
Definition at line 133 of file qv4persistent.cpp.
| PersistentValueStorage::Iterator & PersistentValueStorage::Iterator::operator++ | ( | ) |
Definition at line 114 of file qv4persistent.cpp.
| PersistentValueStorage::Iterator & PersistentValueStorage::Iterator::operator= | ( | const Iterator & | o | ) |
Definition at line 93 of file qv4persistent.cpp.
| int QV4::PersistentValueStorage::Iterator::index |
Definition at line 45 of file qv4persistent_p.h.
| void* QV4::PersistentValueStorage::Iterator::p |
Definition at line 44 of file qv4persistent_p.h.