![]() |
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 Types | |
| using | Iterator = QSSGLinkedListIterator<T, TailOp> |
Public Member Functions | |
| QSSGLinkedListIterator (T *inObj=nullptr) | |
| bool | operator!= (const Iterator &inIter) const |
| bool | operator== (const Iterator &inIter) const |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| T & | operator* () |
| T * | operator-> () |
Public Attributes | |
| T * | m_obj |
Definition at line 106 of file qssginvasivelinkedlist_p.h.
| using QSSGLinkedListIterator< T, TailOp >::Iterator = QSSGLinkedListIterator<T, TailOp> |
Definition at line 108 of file qssginvasivelinkedlist_p.h.
|
inlineexplicit |
Definition at line 110 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 112 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 129 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 115 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 122 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 130 of file qssginvasivelinkedlist_p.h.
|
inline |
Definition at line 113 of file qssginvasivelinkedlist_p.h.
| T* QSSGLinkedListIterator< T, TailOp >::m_obj |
Definition at line 109 of file qssginvasivelinkedlist_p.h.
Referenced by QSSGLinkedListIterator< T, HeadOp >::QSSGLinkedListIterator(), QSSGLinkedListIterator< T, HeadOp >::operator!=(), QSSGLinkedListIterator< T, HeadOp >::operator*(), QSSGLinkedListIterator< T, HeadOp >::operator++(), QSSGLinkedListIterator< T, HeadOp >::operator->(), and QSSGLinkedListIterator< T, HeadOp >::operator==().