Flutter Engine
The Flutter Engine
|
#include <SkArenaAllocList.h>
Classes | |
class | Iter |
Public Member Functions | |
SkArenaAllocList ()=default | |
void | reset () |
template<typename... Args> | |
T & | append (SkArenaAlloc *arena, Args... args) |
Iter | begin () |
Iter | end () |
Iter | tail () |
A singly linked list of Ts stored in a SkArenaAlloc. The arena rather than the list owns the elements. This supports forward iteration and range based for loops.
Definition at line 21 of file SkArenaAllocList.h.
|
default |
|
inline |
Definition at line 65 of file SkArenaAllocList.h.
|
inline |
Definition at line 48 of file SkArenaAllocList.h.
|
inline |
Definition at line 49 of file SkArenaAllocList.h.
|
inline |
Definition at line 28 of file SkArenaAllocList.h.
|
inline |
Definition at line 50 of file SkArenaAllocList.h.