Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Macros
TBranchProxyTemplate.h File Reference
#include "TBranchProxy.h"
Include dependency graph for TBranchProxyTemplate.h:

Classes

class  ROOT::Internal::TClaObjProxy< T >
 
class  ROOT::Internal::TObjProxy< T >
 
class  ROOT::Internal::TStlObjProxy< T >
 
class  ROOT::Internal::TStlSimpleProxy< T >
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Internal
 

Macros

#define InjecTBranchProxyInterface()
 

Macro Definition Documentation

◆ InjecTBranchProxyInterface

#define InjecTBranchProxyInterface ( )
Value:
ROOT::Detail::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(); }
const char * Setup
Definition: TXMLSetup.cxx:47
void Reset(Detail::TBranchProxy *x)
TBranchProxy * GetProxy()
Definition: TBranchProxy.h:114
Base class for all the proxy object.
Definition: TBranchProxy.h:66

Definition at line 22 of file TBranchProxyTemplate.h.