Project
Loading...
Searching...
No Matches
o2::utils::BinLowerView< AxisIterator > Class Template Reference

Axis iterator over bin lower edges. More...

#include <BoostHistogramUtils.h>

Public Member Functions

 BinLowerView (AxisIterator iter)
 
 ~BinLowerView ()=default
 
AxisIterator & operator++ ()
 
AxisIterator operator++ (int)
 
bool operator!= (const BinLowerView &rhs) const
 
decltype(auto) operator* ()
 

Detailed Description

template<typename AxisIterator>
class o2::utils::BinLowerView< AxisIterator >

Axis iterator over bin lower edges.

Definition at line 123 of file BoostHistogramUtils.h.

Constructor & Destructor Documentation

◆ BinLowerView()

template<typename AxisIterator >
o2::utils::BinLowerView< AxisIterator >::BinLowerView ( AxisIterator  iter)
inline

Definition at line 126 of file BoostHistogramUtils.h.

◆ ~BinLowerView()

template<typename AxisIterator >
o2::utils::BinLowerView< AxisIterator >::~BinLowerView ( )
default

Member Function Documentation

◆ operator!=()

template<typename AxisIterator >
bool o2::utils::BinLowerView< AxisIterator >::operator!= ( const BinLowerView< AxisIterator > &  rhs) const
inline

Definition at line 140 of file BoostHistogramUtils.h.

◆ operator*()

template<typename AxisIterator >
decltype(auto) o2::utils::BinLowerView< AxisIterator >::operator* ( )
inline

Definition at line 145 of file BoostHistogramUtils.h.

◆ operator++() [1/2]

template<typename AxisIterator >
AxisIterator & o2::utils::BinLowerView< AxisIterator >::operator++ ( )
inline

Definition at line 129 of file BoostHistogramUtils.h.

◆ operator++() [2/2]

template<typename AxisIterator >
AxisIterator o2::utils::BinLowerView< AxisIterator >::operator++ ( int  )
inline

Definition at line 134 of file BoostHistogramUtils.h.


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