ESPHome 2026.3.0
Loading...
Searching...
No Matches
esphome::StaticRingBuffer< T, N >::ConstIterator Class Reference

#include <helpers.h>

Public Member Functions

 ConstIterator (const StaticRingBuffer *buf, index_type pos)
 
const T & operator* () const
 
ConstIteratoroperator++ ()
 
bool operator!= (const ConstIterator &other) const
 

Detailed Description

template<typename T, size_t N>
class esphome::StaticRingBuffer< T, N >::ConstIterator

Definition at line 322 of file helpers.h.

Constructor & Destructor Documentation

◆ ConstIterator()

template<typename T , size_t N>
esphome::StaticRingBuffer< T, N >::ConstIterator::ConstIterator ( const StaticRingBuffer * buf,
index_type pos )
inline

Definition at line 324 of file helpers.h.

Member Function Documentation

◆ operator!=()

template<typename T , size_t N>
bool esphome::StaticRingBuffer< T, N >::ConstIterator::operator!= ( const ConstIterator & other) const
inline

Definition at line 330 of file helpers.h.

◆ operator*()

template<typename T , size_t N>
const T & esphome::StaticRingBuffer< T, N >::ConstIterator::operator* ( ) const
inline

Definition at line 325 of file helpers.h.

◆ operator++()

template<typename T , size_t N>
ConstIterator & esphome::StaticRingBuffer< T, N >::ConstIterator::operator++ ( )
inline

Definition at line 326 of file helpers.h.


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