Logo ROOT  
Reference Guide
ROOT::Experimental::Detail::RHistBinPtr< HISTIMPL > Class Template Reference

template<class HISTIMPL>
class ROOT::Experimental::Detail::RHistBinPtr< HISTIMPL >

Points to a histogram bin (or actually a RHistBinRef).

Definition at line 81 of file RHistBinIter.hxx.

Public Types

using Ref_t = RHistBinRef< HISTIMPL >
 

Public Member Functions

const Ref_toperator-> () const noexcept
 

Private Attributes

Ref_t fRef
 Underlying bin reference. More...
 

#include <ROOT/RHistBinIter.hxx>

Member Typedef Documentation

◆ Ref_t

template<class HISTIMPL >
using ROOT::Experimental::Detail::RHistBinPtr< HISTIMPL >::Ref_t = RHistBinRef<HISTIMPL>

Definition at line 83 of file RHistBinIter.hxx.

Member Function Documentation

◆ operator->()

template<class HISTIMPL >
const Ref_t & ROOT::Experimental::Detail::RHistBinPtr< HISTIMPL >::operator-> ( ) const
inlinenoexcept

Definition at line 85 of file RHistBinIter.hxx.

Member Data Documentation

◆ fRef

template<class HISTIMPL >
Ref_t ROOT::Experimental::Detail::RHistBinPtr< HISTIMPL >::fRef
private

Underlying bin reference.

Definition at line 88 of file RHistBinIter.hxx.


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