TTreeFriendLeafIter Iterator on all the leaves in a TTree and its friend
TTreeFriendLeafIter(const TTreeFriendLeafIter& iter) | |
TTreeFriendLeafIter(const TTree* t, Bool_t dir = kIterForward) | |
virtual | ~TTreeFriendLeafIter() |
static TClass* | Class() |
virtual const TCollection* | GetCollection() const |
virtual Option_t* | GetOption() const |
virtual TClass* | IsA() const |
virtual TObject* | Next() |
virtual bool | operator!=(const TIterator&) const |
bool | operator!=(const TTreeFriendLeafIter&) const |
TObject* | TIterator::operator()() |
virtual TObject* | operator*() const |
virtual TIterator& | operator=(const TIterator& rhs) |
TTreeFriendLeafIter& | operator=(const TTreeFriendLeafIter& rhs) |
virtual void | Reset() |
virtual void | ShowMembers(TMemberInspector& insp) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
TTreeFriendLeafIter() |
Create a new iterator. By default the iteration direction is kIterForward. To go backward use kIterBackward.
Copy constructor. Does NOT copy the 'cursor' location!
Overridden assignment operator. Does NOT copy the 'cursor' location!
Overridden assignment operator. Does NOT copy the 'cursor' location!