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

#include <CTFHelper.h>

Inherits o2::emcal::CTFHelper::_Iter< I, D, T >.

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from o2::emcal::CTFHelper::_Iter< I, D, T >
using difference_type = std::ptrdiff_t
 
using value_type = T
 
using pointer = const T *
 
using reference = const T &
 
using iterator_category = std::random_access_iterator_tag
 
- Protected Attributes inherited from o2::emcal::CTFHelper::_Iter< I, D, T >
gsl::span< const D > mData {}
 
difference_type mIndex = 0
 

Detailed Description

Definition at line 131 of file CTFHelper.h.

Member Function Documentation

◆ operator*()

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

Definition at line 135 of file CTFHelper.h.

◆ operator[]()

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

Definition at line 146 of file CTFHelper.h.


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