![]() |
Qt 6.x
The Qt SDK
|
#include <qintrusivelist_p.h>
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().
|
inline |
Definition at line 109 of file qintrusivelist_p.h.
References other().
|
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().
|
inline |
Definition at line 97 of file qintrusivelist_p.h.
|
inline |
Definition at line 103 of file qintrusivelist_p.h.
References other().