![]() |
Qt 6.x
The Qt SDK
|
#include <qintrusivelist_p.h>
Collaboration diagram for QIntrusiveList< N, member >::iterator:Public Member Functions | |
| iterator () | |
| iterator (N *value) | |
| N * | operator* () const |
| N * | operator-> () const |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| iterator & | operator++ () |
| iterator & | erase () |
| Remove the current object from the list, and return an iterator to the next element. | |
Definition at line 35 of file qintrusivelist_p.h.
|
inline |
Definition at line 79 of file qintrusivelist_p.h.
|
inline |
Definition at line 85 of file qintrusivelist_p.h.
|
inline |
Remove the current object from the list, and return an iterator to the next element.
Definition at line 122 of file qintrusivelist_p.h.
References QIntrusiveList< N, member >::next(), and QIntrusiveList< N, member >::remove().
Here is the call graph for this function:
|
inline |
Definition at line 109 of file qintrusivelist_p.h.
References other().
Here is the call graph for this function:
|
inline |
Definition at line 91 of file qintrusivelist_p.h.
|
inline |
Definition at line 115 of file qintrusivelist_p.h.
References QIntrusiveList< N, member >::next().
Here is the call graph for this function:
|
inline |
Definition at line 97 of file qintrusivelist_p.h.
|
inline |
Definition at line 103 of file qintrusivelist_p.h.
References other().
Here is the call graph for this function: