|
FastLED 3.9.15
|
Definition at line 88 of file corkscrew.h.
#include <corkscrew.h>
Collaboration diagram for fl::Corkscrew::iterator:Public Types | |
| using | difference_type = fl::i32 |
| using | iterator_category = fl::bidirectional_iterator_tag |
| 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 * | mCorkscrew |
| fl::size | mPosition |