![]() |
Project
|
#include <CTFHelper.h>
Inherits o2::mch::CTFHelper::_Iter< Iter_ADC, Digit, uint32_t >.
Public Member Functions | |
| value_type | operator* () const |
| value_type | operator[] (difference_type i) const |
Public Member Functions inherited from o2::mch::CTFHelper::_Iter< Iter_ADC, Digit, uint32_t > | |
| _Iter (const gsl::span< const Digit > &data, bool end=false) | |
| _Iter ()=default | |
| Iter_ADC & | operator++ () noexcept |
| Iter_ADC | operator++ (int) |
| Iter_ADC & | operator-- () noexcept |
| Iter_ADC | operator-- (int) |
| Iter_ADC & | operator+= (difference_type i) noexcept |
| Iter_ADC | operator+ (difference_type i) const |
| Iter_ADC & | operator-= (difference_type i) noexcept |
| Iter_ADC | operator- (difference_type i) const |
| difference_type | operator- (const Iter_ADC &other) const noexcept |
| bool | operator!= (const Iter_ADC &other) const noexcept |
| bool | operator== (const Iter_ADC &other) const noexcept |
| bool | operator> (const Iter_ADC &other) const noexcept |
| bool | operator< (const Iter_ADC &other) const noexcept |
| bool | operator>= (const Iter_ADC &other) const noexcept |
| bool | operator<= (const Iter_ADC &other) const noexcept |
Additional Inherited Members | |
Public Types inherited from o2::mch::CTFHelper::_Iter< Iter_ADC, Digit, uint32_t > | |
| using | difference_type = std::ptrdiff_t |
| using | value_type = uint32_t |
| using | pointer = const uint32_t * |
| using | reference = const uint32_t & |
| using | iterator_category = std::random_access_iterator_tag |
Protected Attributes inherited from o2::mch::CTFHelper::_Iter< Iter_ADC, Digit, uint32_t > | |
| gsl::span< const Digit > | mData |
| difference_type | mIndex |
Definition at line 232 of file CTFHelper.h.
|
inline |
Definition at line 236 of file CTFHelper.h.
|
inline |
Definition at line 237 of file CTFHelper.h.