Flutter Engine
The Flutter Engine
|
#include <intrusive_dlist.h>
Public Member Functions | |
Iterator (IntrusiveDList< ContainerType, I > *head, IntrusiveDListEntry< ContainerType, I > *entry) | |
ContainerType * | operator-> () const |
ContainerType * | operator* () const |
bool | operator== (const Iterator< ContainerType, I > &other) const |
bool | operator!= (const Iterator< ContainerType, I > &other) const |
Iterator< ContainerType, I > & | operator++ () |
Iterator< ContainerType, I > & | operator-- () |
Definition at line 140 of file intrusive_dlist.h.
|
inline |
Definition at line 142 of file intrusive_dlist.h.
|
inline |
Definition at line 154 of file intrusive_dlist.h.
|
inline |
Definition at line 148 of file intrusive_dlist.h.
|
inline |
Definition at line 158 of file intrusive_dlist.h.
|
inline |
Definition at line 163 of file intrusive_dlist.h.
|
inline |
Definition at line 146 of file intrusive_dlist.h.
|
inline |
Definition at line 150 of file intrusive_dlist.h.