ROOT 6.10/09 Reference Guide |
Helper class to prevent infinite recursion in the usage of TTree Friends.
Public Member Functions | |
TFriendLock (TTree *tree, UInt_t methodbit) | |
Record in tree that it has been used while recursively looks through the friends. More... | |
~TFriendLock () | |
Restore the state of tree the same as before we set the lock. More... | |
Protected Member Functions | |
TFriendLock (const TFriendLock &) | |
Copy constructor. More... | |
TFriendLock & | operator= (const TFriendLock &) |
Assignment operator. More... | |
Private Attributes | |
UInt_t | fMethodBit |
Bool_t | fPrevious |
TTree * | fTree |
#include <TTree.h>
|
protected |
TTree::TFriendLock::~TFriendLock | ( | ) |
|
protected |