![]() |
Qt 6.x
The Qt SDK
|
#include <qssginvasivelinkedlist_p.h>
Public Member Functions | |
T * | tail (T *inObj) |
T * | head (T *inObj) |
const T * | tail (const T *inObj) |
const T * | head (const T *inObj) |
void | remove (T &inObj) |
void | insert_after (T &inPosition, T &inObj) |
void | insert_before (T &inPosition, T &inObj) |
void | insert_unsafe (T *inHead, T *inTail, T &inObj) |
Definition at line 56 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 61 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 59 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 75 of file qssginvasivelinkedlist_p.h.
References QSSGInvasiveLinkListBase< T, HeadOp, TailOp >::insert_unsafe().
Referenced by QSSGInvasiveLinkedList< T, Previous, Next >::push_back().
|
inline |
Definition at line 82 of file qssginvasivelinkedlist_p.h.
References QSSGInvasiveLinkListBase< T, HeadOp, TailOp >::insert_unsafe().
Referenced by QSSGInvasiveSingleLinkedList< T, Next >::push_front(), and QSSGInvasiveLinkedList< T, Previous, Next >::push_front().
|
inline |
Definition at line 94 of file qssginvasivelinkedlist_p.h.
Referenced by QSSGInvasiveLinkListBase< T, HeadOp, TailOp >::insert_after(), and QSSGInvasiveLinkListBase< T, HeadOp, TailOp >::insert_before().
|
inline |
Definition at line 63 of file qssginvasivelinkedlist_p.h.
Referenced by QSSGInvasiveSingleLinkedList< T, Next >::remove(), and QSSGInvasiveLinkedList< T, Previous, Next >::remove().
|
inline |
Definition at line 60 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 58 of file qssginvasivelinkedlist_p.h.