FastLED 3.9.15
|
Definition at line 69 of file corkscrew.h.
#include <corkscrew.h>
Public Types | |
using | difference_type = int32_t |
using | pointer = vec2f* |
using | reference = vec2f& |
using | value_type = vec2f |
Public Member Functions | |
iterator (CorkscrewOutput *owner, size_t position) | |
bool | operator!= (const iterator &other) const |
vec2f & | operator* () const |
iterator & | operator++ () |
iterator | operator++ (int) |
bool | operator== (const iterator &other) const |
Private Attributes | |
CorkscrewOutput * | owner_ |
size_t | position_ |