Iterator utility class used for the |DisplayListbegin| and |DisplayListend| methods. It implements just the basic methods to enable iteration-style for loops.
More...
#include <display_list.h>
Iterator utility class used for the |DisplayListbegin| and |DisplayListend| methods. It implements just the basic methods to enable iteration-style for loops.
Definition at line 354 of file display_list.h.
◆ operator!=()
| bool flutter::DisplayList::Iterator::operator!= |
( |
const Iterator & |
other | ) |
|
|
inline |
◆ operator*()
| DlIndex flutter::DisplayList::Iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
| Iterator & flutter::DisplayList::Iterator::operator++ |
( |
| ) |
|
|
inline |
Definition at line 358 of file display_list.h.
358 {
359 value_++;
360 return *this;
361 }
◆ DisplayList
The documentation for this class was generated from the following file: