ROOT  6.06/09
Reference Guide
Classes | Namespaces | Functions
THistBinIter.h File Reference
#include <iterator>
+ Include dependency graph for THistBinIter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ROOT::Internal::THistBinIterBase
 
struct  ROOT::Internal::HistIterFullRange_t
 A predicate for THistBinIterBase to accept all bins. More...
 
class  ROOT::Internal::THistBinIter< OUTOFRANGE >
 A bin iterator taking a predicate whether it should skip a bin. More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Internal
 

Functions

bool ROOT::Internal::operator< (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool ROOT::Internal::operator> (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool ROOT::Internal::operator<= (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool ROOT::Internal::operator>= (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool ROOT::Internal::operator== (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 
bool ROOT::Internal::operator!= (THistBinIterBase lhs, THistBinIterBase rhs) noexcept
 

Detailed Description

Author
Axel Naumann axel@.nosp@m.cern.nosp@m..ch
Date
2015-08-07
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file THistBinIter.h.