FastLED 3.9.15
|
Definition at line 92 of file corkscrew.h.
#include <corkscrew.h>
Public Types | |
using | difference_type = fl::i32 |
using | pointer = vec2f * |
using | reference = vec2f & |
using | value_type = vec2f |
Public Member Functions | |
iterator (const Corkscrew *corkscrew, fl::size position) | |
bool | operator!= (const iterator &other) const |
vec2f | operator* () const |
iterator & | operator++ () |
iterator | operator++ (int) |
difference_type | operator- (const iterator &other) const |
iterator & | operator-- () |
iterator | operator-- (int) |
bool | operator== (const iterator &other) const |
Private Attributes | |
const Corkscrew * | corkscrew_ |
fl::size | position_ |