TBranchProxyTemplate.h File Reference

#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 Documentation

 
#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.


Generated on Tue Jul 5 16:04:30 2011 for ROOT_528-00b_version by  doxygen 1.5.1