Flutter Engine
The Flutter Engine
|
#include <GrOp.h>
Public Member Functions | |
ChainRange (const OpSubclass *head) | |
Iter | begin () |
Iter | end () |
Used for spewing information about ops when debugging. A helper for iterating over an op chain in a range for loop that also downcasts to a GrOp subclass. E.g.: for (MyOpSubClass& op : ChainRange<MyOpSubClass>(this)) { // ... }
|
inlineexplicit |
|
inline |
|
inline |