Project
Loading...
Searching...
No Matches
o2::emcal::CTFHelper::Iter_status Class Reference

#include <CTFHelper.h>

Inherits o2::emcal::CTFHelper::_Iter< Iter_status, Cell, uint8_t >.

Public Member Functions

value_type operator* () const
 
value_type operator[] (difference_type i) const
 
- Public Member Functions inherited from o2::emcal::CTFHelper::_Iter< Iter_status, Cell, uint8_t >
 _Iter (const gsl::span< const Cell > &data, bool end=false)
 
 _Iter ()=default
 
Iter_statusoperator++ () noexcept
 
Iter_status operator++ (int)
 
Iter_statusoperator-- () noexcept
 
Iter_status operator-- (int)
 
Iter_statusoperator+= (difference_type i) noexcept
 
Iter_status operator+ (difference_type i) const
 
Iter_statusoperator-= (difference_type i) noexcept
 
Iter_status operator- (difference_type i) const
 
difference_type operator- (const Iter_status &other) const noexcept
 
bool operator!= (const Iter_status &other) const noexcept
 
bool operator== (const Iter_status &other) const noexcept
 
bool operator> (const Iter_status &other) const noexcept
 
bool operator< (const Iter_status &other) const noexcept
 
bool operator>= (const Iter_status &other) const noexcept
 
bool operator<= (const Iter_status &other) const noexcept
 

Additional Inherited Members

- Public Types inherited from o2::emcal::CTFHelper::_Iter< Iter_status, Cell, uint8_t >
using difference_type = std::ptrdiff_t
 
using value_type = uint8_t
 
using pointer = const uint8_t *
 
using reference = const uint8_t &
 
using iterator_category = std::random_access_iterator_tag
 
- Protected Attributes inherited from o2::emcal::CTFHelper::_Iter< Iter_status, Cell, uint8_t >
gsl::span< const CellmData
 
difference_type mIndex
 

Detailed Description

Definition at line 222 of file CTFHelper.h.

Member Function Documentation

◆ operator*()

value_type o2::emcal::CTFHelper::Iter_status::operator* ( ) const
inline

Definition at line 226 of file CTFHelper.h.

◆ operator[]()

value_type o2::emcal::CTFHelper::Iter_status::operator[] ( difference_type  i) const
inline

Definition at line 227 of file CTFHelper.h.


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