Flutter Engine
The Flutter Engine
|
#include <SkTInternalLList.h>
Public Types | |
enum | IterStart { kHead_IterStart , kTail_IterStart } |
Public Member Functions | |
Iter () | |
Iter (const Iter &iter) | |
Iter & | operator= (const Iter &iter) |
T * | init (const SkTInternalLList &list, IterStart startLoc) |
T * | get () |
T * | next () |
T * | prev () |
bool | operator!= (const Iter &that) |
T * | operator* () |
void | operator++ () |
Definition at line 193 of file SkTInternalLList.h.
enum SkTInternalLList::Iter::IterStart |
Enumerator | |
---|---|
kHead_IterStart | |
kTail_IterStart |
Definition at line 195 of file SkTInternalLList.h.
|
inline |
Definition at line 200 of file SkTInternalLList.h.
|
inline |
Definition at line 201 of file SkTInternalLList.h.
|
inline |
Definition at line 215 of file SkTInternalLList.h.
|
inline |
Definition at line 204 of file SkTInternalLList.h.
|
inline |
Return the next/previous element in the list or NULL if at the end.
Definition at line 220 of file SkTInternalLList.h.
|
inline |
C++11 range-for interface.
Definition at line 241 of file SkTInternalLList.h.
|
inline |
Definition at line 242 of file SkTInternalLList.h.
|
inline |
Definition at line 243 of file SkTInternalLList.h.
|
inline |
Definition at line 202 of file SkTInternalLList.h.
|
inline |
Definition at line 229 of file SkTInternalLList.h.