![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qintrusivelist_p.h>
Public Member Functions | |
~QIntrusiveListNode () | |
Destroy the QIntrusiveListNode. | |
void | remove () |
If in a list, remove this node otherwise do nothing. | |
bool | isInList () const |
Returns true if this node is in a list, false otherwise. | |
Friends | |
template<class N, QIntrusiveListNode N::* member> | |
class | QIntrusiveList |
Definition at line 22 of file qintrusivelist_p.h.
|
inline |
Destroy the QIntrusiveListNode.
If the node is in a list, it is removed.
Definition at line 25 of file qintrusivelist_p.h.
|
inline |
Returns true if this node is in a list, false otherwise.
Definition at line 35 of file qintrusivelist_p.h.
|
inline |
If in a list, remove this node otherwise do nothing.
Definition at line 27 of file qintrusivelist_p.h.
|
friend |
Definition at line 39 of file qintrusivelist_p.h.