![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 58 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 63 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 61 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 77 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 84 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 96 of file qssginvasivelinkedlist_p.h.
Referenced by QSSGInvasiveLinkListBase< T, QSSGNullOp< T >, TailOp >::insert_after(), and QSSGInvasiveLinkListBase< T, QSSGNullOp< T >, TailOp >::insert_before().
|
inline |
Definition at line 65 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 62 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 60 of file qssginvasivelinkedlist_p.h.