ROOT
6.07/01
Reference Guide
|
Definition at line 67 of file TTreeReaderArray.h.
Public Member Functions | |
Iterator_t () | |
Iterator_t (size_t idx, TTreeReaderArray *array) | |
bool | IsValid () const |
bool | operator== (const Iterator_t &lhs) const |
bool | operator!= (const Iterator_t &lhs) const |
Iterator_t | operator++ (int) |
Iterator_t & | operator++ () |
T & | operator* () const |
Public Attributes | |
size_t | fIndex |
TTreeReaderArray * | fArray |
#include <TTreeReaderArray.h>
|
inline |
Definition at line 70 of file TTreeReaderArray.h.
|
inline |
Definition at line 74 of file TTreeReaderArray.h.
|
inline |
Definition at line 80 of file TTreeReaderArray.h.
Referenced by TTreeReaderArray< T >::Iterator_t::operator++(), and TTreeReaderArray< T >::Iterator_t::operator==().
|
inline |
Definition at line 90 of file TTreeReaderArray.h.
|
inline |
Definition at line 114 of file TTreeReaderArray.h.
|
inline |
Definition at line 95 of file TTreeReaderArray.h.
|
inline |
Definition at line 102 of file TTreeReaderArray.h.
Referenced by TTreeReaderArray< T >::Iterator_t::operator++().
|
inline |
Definition at line 82 of file TTreeReaderArray.h.
TTreeReaderArray* TTreeReaderArray< T >::Iterator_t::fArray |
Definition at line 78 of file TTreeReaderArray.h.
Referenced by TTreeReaderArray< T >::Iterator_t::IsValid(), TTreeReaderArray< T >::Iterator_t::operator*(), TTreeReaderArray< T >::Iterator_t::operator++(), and TTreeReaderArray< T >::Iterator_t::operator==().
size_t TTreeReaderArray< T >::Iterator_t::fIndex |
Definition at line 77 of file TTreeReaderArray.h.
Referenced by TTreeReaderArray< T >::Iterator_t::operator*(), TTreeReaderArray< T >::Iterator_t::operator++(), and TTreeReaderArray< T >::Iterator_t::operator==().