Flutter Engine
The Flutter Engine
|
#include <ax_range.h>
Public Member Functions | |
Iterator () | |
Iterator (AXPositionInstance start, AXPositionInstance end) | |
Iterator (const Iterator &other)=delete | |
Iterator (Iterator &&other) | |
~Iterator ()=default | |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
Iterator & | operator++ () |
AXRange | operator* () const |
Definition at line 193 of file ax_range.h.
|
inline |
Definition at line 195 of file ax_range.h.
|
inline |
Definition at line 199 of file ax_range.h.
|
delete |
|
inline |
Definition at line 212 of file ax_range.h.
|
default |
|
inline |
Definition at line 225 of file ax_range.h.
|
inline |
Definition at line 239 of file ax_range.h.
|
inline |
Definition at line 228 of file ax_range.h.
|
inline |
Definition at line 218 of file ax_range.h.