Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::PersistentValueStorage::Iterator Struct Reference

#include <qv4persistent_p.h>

+ Collaboration diagram for QV4::PersistentValueStorage::Iterator:

Public Member Functions

 Iterator (void *p, int idx)
 
 Iterator (const Iterator &o)
 
Iteratoroperator= (const Iterator &o)
 
 ~Iterator ()
 
Iteratoroperator++ ()
 
bool operator!= (const Iterator &other)
 
Valueoperator* ()
 

Public Attributes

voidp
 
int index
 

Detailed Description

Definition at line 38 of file qv4persistent_p.h.

Constructor & Destructor Documentation

◆ Iterator() [1/2]

PersistentValueStorage::Iterator::Iterator ( void * p,
int idx )

Definition at line 76 of file qv4persistent.cpp.

References p, and page.

◆ Iterator() [2/2]

PersistentValueStorage::Iterator::Iterator ( const Iterator & o)

Definition at line 84 of file qv4persistent.cpp.

References p, and page.

◆ ~Iterator()

PersistentValueStorage::Iterator::~Iterator ( )

Definition at line 106 of file qv4persistent.cpp.

References page.

Member Function Documentation

◆ operator!=()

bool QV4::PersistentValueStorage::Iterator::operator!= ( const Iterator & other)
inline

Definition at line 46 of file qv4persistent_p.h.

References other().

+ Here is the call graph for this function:

◆ operator*()

Value & PersistentValueStorage::Iterator::operator* ( )

Definition at line 132 of file qv4persistent.cpp.

◆ operator++()

PersistentValueStorage::Iterator & PersistentValueStorage::Iterator::operator++ ( )

Definition at line 113 of file qv4persistent.cpp.

References header(), and next.

+ Here is the call graph for this function:

◆ operator=()

PersistentValueStorage::Iterator & PersistentValueStorage::Iterator::operator= ( const Iterator & o)

Definition at line 92 of file qv4persistent.cpp.

References o, and page.

Member Data Documentation

◆ index

int QV4::PersistentValueStorage::Iterator::index

Definition at line 44 of file qv4persistent_p.h.

◆ p

void* QV4::PersistentValueStorage::Iterator::p

Definition at line 43 of file qv4persistent_p.h.

Referenced by Iterator(), and Iterator().


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