Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TTreeReaderArray< T >::Iterator_t Struct Reference

template<typename T>
struct TTreeReaderArray< T >::Iterator_t

Definition at line 66 of file TTreeReaderArray.h.

Public Member Functions

 Iterator_t ()
 
 Iterator_t (size_t idx, TTreeReaderArray *array)
 
bool IsValid () const
 
 operator const T * () const
 
bool operator!= (const Iterator_t &lhs) const
 
T & operator* () const
 
Iterator_t operator++ (int)
 
Iterator_toperator++ ()
 
bool operator== (const Iterator_t &lhs) const
 

Public Attributes

TTreeReaderArrayfArray
 
size_t fIndex
 

#include <TTreeReaderArray.h>

Inheritance diagram for TTreeReaderArray< T >::Iterator_t:
[legend]

Constructor & Destructor Documentation

◆ Iterator_t() [1/2]

template<typename T>
TTreeReaderArray< T >::Iterator_t::Iterator_t ( )
inline

Definition at line 69 of file TTreeReaderArray.h.

◆ Iterator_t() [2/2]

template<typename T>
TTreeReaderArray< T >::Iterator_t::Iterator_t ( size_t  idx,
TTreeReaderArray array 
)
inline

Definition at line 73 of file TTreeReaderArray.h.

Member Function Documentation

◆ IsValid()

template<typename T>
bool TTreeReaderArray< T >::Iterator_t::IsValid ( ) const
inline

Definition at line 79 of file TTreeReaderArray.h.

◆ operator const T *()

template<typename T>
TTreeReaderArray< T >::Iterator_t::operator const T * ( ) const
inline

Definition at line 119 of file TTreeReaderArray.h.

◆ operator!=()

template<typename T>
bool TTreeReaderArray< T >::Iterator_t::operator!= ( const Iterator_t lhs) const
inline

Definition at line 89 of file TTreeReaderArray.h.

◆ operator*()

template<typename T>
T& TTreeReaderArray< T >::Iterator_t::operator* ( ) const
inline

Definition at line 113 of file TTreeReaderArray.h.

◆ operator++() [1/2]

template<typename T>
Iterator_t TTreeReaderArray< T >::Iterator_t::operator++ ( int  )
inline

Definition at line 94 of file TTreeReaderArray.h.

◆ operator++() [2/2]

template<typename T>
Iterator_t& TTreeReaderArray< T >::Iterator_t::operator++ ( )
inline

Definition at line 101 of file TTreeReaderArray.h.

◆ operator==()

template<typename T>
bool TTreeReaderArray< T >::Iterator_t::operator== ( const Iterator_t lhs) const
inline

Definition at line 81 of file TTreeReaderArray.h.

Member Data Documentation

◆ fArray

template<typename T>
TTreeReaderArray* TTreeReaderArray< T >::Iterator_t::fArray

Definition at line 77 of file TTreeReaderArray.h.

◆ fIndex

template<typename T>
size_t TTreeReaderArray< T >::Iterator_t::fIndex

Definition at line 76 of file TTreeReaderArray.h.


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