Logo ROOT   6.14/05
Reference Guide
List of all members | Public Types | Public Member Functions | Private Attributes | List of all members
ROOT::Experimental::Detail::THistBinPtr< HISTIMPL > Class Template Reference

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

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

Definition at line 81 of file THistBinIter.hxx.

Public Types

using Ref_t = THistBinRef< HISTIMPL >
 

Public Member Functions

const Ref_toperator-> () const noexcept
 

Private Attributes

Ref_t fRef
 Underlying bin reference. More...
 

#include <ROOT/THistBinIter.hxx>

Member Typedef Documentation

◆ Ref_t

template<class HISTIMPL >
using ROOT::Experimental::Detail::THistBinPtr< HISTIMPL >::Ref_t = THistBinRef<HISTIMPL>

Definition at line 83 of file THistBinIter.hxx.

Member Function Documentation

◆ operator->()

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

Definition at line 85 of file THistBinIter.hxx.

Member Data Documentation

◆ fRef

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

Underlying bin reference.

Definition at line 88 of file THistBinIter.hxx.


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