ROOT  6.06/09
Reference Guide
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 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_toperator++ ()
 
T & operator* () const
 

Public Attributes

size_t fIndex
 
TTreeReaderArrayfArray
 

#include <TTreeReaderArray.h>

+ Inheritance diagram for TTreeReaderArray< T >::Iterator_t:
+ Collaboration diagram for TTreeReaderArray< T >::Iterator_t:

Constructor & Destructor Documentation

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

Definition at line 70 of file TTreeReaderArray.h.

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

Definition at line 74 of file TTreeReaderArray.h.

Member Function Documentation

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

Definition at line 90 of file TTreeReaderArray.h.

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

Definition at line 114 of file TTreeReaderArray.h.

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

Definition at line 95 of file TTreeReaderArray.h.

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

Definition at line 102 of file TTreeReaderArray.h.

Referenced by TTreeReaderArray< T >::Iterator_t::operator++().

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

Definition at line 82 of file TTreeReaderArray.h.

Member Data Documentation

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

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