Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  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(); }
Base class for all the proxy object.
void Reset()
Completely reset the object.
TBranchProxy * GetProxy()
const char * Setup
Definition TXMLSetup.cxx:48

Definition at line 27 of file TBranchProxyTemplate.h.