libNeon
Loading...
Searching...
No Matches
neo::strip< Led >::const_iterator Class Reference

#include <strip.hpp>

Inheritance diagram for neo::strip< Led >::const_iterator:
Collaboration diagram for neo::strip< Led >::const_iterator:

Public Types

using iterator_category = std::random_access_iterator_tag
 
using value_type = decltype(std::declval< strip const & >()[0])
 
using difference_type = void
 
using pointer = void
 
using reference = void
 

Additional Inherited Members

- Public Member Functions inherited from neo::strip< Led >::iterator_base< strip const, const_iterator >
 iterator_base ()=default
 
 iterator_base (strip const &neopix, std::size_t i)
 
decltype(auto) operator* () const
 
const_iteratoroperator++ ()
 
const const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const const_iterator operator-- (int)
 
bool operator== (const_iterator const &other) const
 
bool operator!= (const_iterator const &other) const
 
const_iteratoroperator+= (std::size_t n)
 
const_iteratoroperator-= (std::size_t n)
 
const_iterator operator+ (std::size_t n) const
 
const_iterator operator- (std::size_t n) const
 
- Protected Attributes inherited from neo::strip< Led >::iterator_base< strip const, const_iterator >
strip const * _neopix
 
std::size_t _i
 

Member Typedef Documentation

◆ difference_type

template<class Led >
using neo::strip< Led >::const_iterator::difference_type = void

◆ iterator_category

template<class Led >
using neo::strip< Led >::const_iterator::iterator_category = std::random_access_iterator_tag

◆ pointer

template<class Led >
using neo::strip< Led >::const_iterator::pointer = void

◆ reference

template<class Led >
using neo::strip< Led >::const_iterator::reference = void

◆ value_type

template<class Led >
using neo::strip< Led >::const_iterator::value_type = decltype(std::declval<strip const &>()[0])

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