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

#include <CTFHelper.h>

Inherits o2::emcal::CTFHelper::_Iter< Iter_time, Cell, uint16_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_time, Cell, uint16_t >
 _Iter (const gsl::span< const Cell > &data, bool end=false)
 
 _Iter ()=default
 
Iter_timeoperator++ () noexcept
 
Iter_time operator++ (int)
 
Iter_timeoperator-- () noexcept
 
Iter_time operator-- (int)
 
Iter_timeoperator+= (difference_type i) noexcept
 
Iter_time operator+ (difference_type i) const
 
Iter_timeoperator-= (difference_type i) noexcept
 
Iter_time operator- (difference_type i) const
 
difference_type operator- (const Iter_time &other) const noexcept
 
bool operator!= (const Iter_time &other) const noexcept
 
bool operator== (const Iter_time &other) const noexcept
 
bool operator> (const Iter_time &other) const noexcept
 
bool operator< (const Iter_time &other) const noexcept
 
bool operator>= (const Iter_time &other) const noexcept
 
bool operator<= (const Iter_time &other) const noexcept
 

Additional Inherited Members

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

Detailed Description

Definition at line 204 of file CTFHelper.h.

Member Function Documentation

◆ operator*()

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

Definition at line 208 of file CTFHelper.h.

◆ operator[]()

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

Definition at line 209 of file CTFHelper.h.


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