ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TTreeFriendLeafIter (const TTree *t, Bool_t dir=kIterForward) | |
TTreeFriendLeafIter (const TTreeFriendLeafIter &iter) | |
Copy constructor. Does NOT copy the 'cursor' location! More... | |
~TTreeFriendLeafIter () | |
TIterator & | operator= (const TIterator &rhs) |
Overridden assignment operator. Does NOT copy the 'cursor' location! More... | |
TTreeFriendLeafIter & | operator= (const TTreeFriendLeafIter &rhs) |
Overridden assignment operator. Does NOT copy the 'cursor' location! More... | |
const TCollection * | GetCollection () const |
Option_t * | GetOption () const |
Returns the object option stored in the list. More... | |
TObject * | Next () |
Go the next friend element. More... | |
void | Reset () |
Bool_t | operator!= (const TIterator &) const |
Bool_t | operator!= (const TTreeFriendLeafIter &) const |
TObject * | operator* () const |
Return current object or nullptr. More... | |
Public Member Functions inherited from TIterator | |
virtual | ~TIterator () |
TObject * | operator() () |
Bool_t | operator== (const TIterator &other) const |
Protected Member Functions | |
TTreeFriendLeafIter () | |
Protected Member Functions inherited from TIterator | |
TIterator () | |
TIterator (const TIterator &) | |
Protected Attributes | |
TTree * | fTree |
TIterator * | fLeafIter |
TIterator * | fTreeIter |
Bool_t | fDirection |
#include <TTree.h>
|
inlineprotected |
TTreeFriendLeafIter::TTreeFriendLeafIter | ( | const TTree * | t, |
Bool_t | dir = kIterForward |
||
) |
TTreeFriendLeafIter::TTreeFriendLeafIter | ( | const TTreeFriendLeafIter & | iter | ) |
|
inlinevirtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
TTreeFriendLeafIter & TTreeFriendLeafIter::operator= | ( | const TTreeFriendLeafIter & | rhs | ) |
|
protected |
Definition at line 578 of file TTree.h.
Referenced by Next(), and operator=().
|
protected |
Definition at line 576 of file TTree.h.
Referenced by GetOption(), and Next().
|
protected |
|
protected |