|
Berkeley Nuclear Data Software
|
iterator definition over the bins of the histogram More...
#include <FluxMatrixAna.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = Bin |
| using | pointer = Bin * |
| using | reference = Bin & |
Public Member Functions | |
| iterator (std::vector< value_type > &a_entries, unsigned a_index=0) | |
| reference | operator* () const |
| pointer | operator-> () |
| iterator & | operator++ () |
| iterator | operator++ (int) |
Friends | |
| bool | operator== (const iterator &a, const iterator &b) |
| bool | operator!= (const iterator &a, const iterator &b) |
| bool | operator< (const iterator &a, const iterator &b) |
| bool | operator> (const iterator &a, const iterator &b) |
| bool | operator>= (const iterator &a, const iterator &b) |
| bool | operator<= (const iterator &a, const iterator &b) |
iterator definition over the bins of the histogram
| using Histogram::iterator::iterator_category = std::forward_iterator_tag |
| using Histogram::iterator::pointer = Bin* |
| using Histogram::iterator::reference = Bin& |
| using Histogram::iterator::value_type = Bin |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |