FastLED 3.9.15
Loading...
Searching...
No Matches
fl::Corkscrew::iterator Class Reference

Detailed Description

Definition at line 92 of file corkscrew.h.

#include <corkscrew.h>

+ Collaboration diagram for fl::Corkscrew::iterator:

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
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
difference_type operator- (const iterator &other) const
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
bool operator== (const iterator &other) const
 

Private Attributes

const Corkscrewcorkscrew_
 
fl::size position_
 

The documentation for this class was generated from the following files: