ROOT
6.06/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 | |
TTree * | fTree |
UInt_t | fMethodBit |
Bool_t | fPrevious |
#include <TTree.h>
|
protected |
TTree::TFriendLock::~TFriendLock | ( | ) |
|
protected |
|
private |
Definition at line 180 of file TTree.h.
Referenced by operator=(), and TFriendLock().
|
private |
Definition at line 181 of file TTree.h.
Referenced by operator=(), and TFriendLock().
|
private |
Definition at line 179 of file TTree.h.
Referenced by operator=(), and TFriendLock().