#include "TBranchProxy.h"
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
Classes | |
class | ROOT::TObjProxy< T > |
class | ROOT::TClaObjProxy< T > |
class | ROOT::TStlObjProxy< T > |
class | ROOT::TStlSimpleProxy< T > |
Defines | |
#define | InjecTBranchProxyInterface() |
#define InjecTBranchProxyInterface | ( | ) |
Value:
TBranchProxy *GetProxy() { return obj.GetProxy(); } \ void Reset() { obj.Reset(); } \ bool Setup() { return obj.Setup(); } \ bool IsInitialized() { return obj.IsInitialized(); } \ bool IsaPointer() const { return obj.IsaPointer(); } \ bool Read() { return obj.Read(); }
Definition at line 19 of file TBranchProxyTemplate.h.