Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Internal::TNamedBranchProxy Class Reference

Definition at line 41 of file TTreeReaderUtils.h.

Public Member Functions

 TNamedBranchProxy ()
 
 TNamedBranchProxy (TBranchProxyDirector *boss, TBranch *branch, const char *fullname, const char *membername)
 
TDictionaryGetContentDict () const
 
TDictionaryGetDict () const
 
const char * GetName () const
 
const Detail::TBranchProxyGetProxy () const
 
Detail::TBranchProxyGetProxy ()
 
void SetContentDict (TDictionary *dict)
 
void SetDict (TDictionary *dict)
 

Private Attributes

TDictionaryfContentDict
 
TDictionaryfDict
 
std::string fFullName
 
Detail::TBranchProxy fProxy
 

#include <TTreeReaderUtils.h>

Constructor & Destructor Documentation

◆ TNamedBranchProxy() [1/2]

ROOT::Internal::TNamedBranchProxy::TNamedBranchProxy ( )
inline

Definition at line 43 of file TTreeReaderUtils.h.

◆ TNamedBranchProxy() [2/2]

ROOT::Internal::TNamedBranchProxy::TNamedBranchProxy ( TBranchProxyDirector boss,
TBranch branch,
const char *  fullname,
const char *  membername 
)
inline

Definition at line 44 of file TTreeReaderUtils.h.

Member Function Documentation

◆ GetContentDict()

TDictionary* ROOT::Internal::TNamedBranchProxy::GetContentDict ( ) const
inline

Definition at line 52 of file TTreeReaderUtils.h.

◆ GetDict()

TDictionary* ROOT::Internal::TNamedBranchProxy::GetDict ( ) const
inline

Definition at line 50 of file TTreeReaderUtils.h.

◆ GetName()

const char* ROOT::Internal::TNamedBranchProxy::GetName ( ) const
inline

Definition at line 47 of file TTreeReaderUtils.h.

◆ GetProxy() [1/2]

const Detail::TBranchProxy* ROOT::Internal::TNamedBranchProxy::GetProxy ( ) const
inline

Definition at line 48 of file TTreeReaderUtils.h.

◆ GetProxy() [2/2]

Detail::TBranchProxy* ROOT::Internal::TNamedBranchProxy::GetProxy ( )
inline

Definition at line 49 of file TTreeReaderUtils.h.

◆ SetContentDict()

void ROOT::Internal::TNamedBranchProxy::SetContentDict ( TDictionary dict)
inline

Definition at line 53 of file TTreeReaderUtils.h.

◆ SetDict()

void ROOT::Internal::TNamedBranchProxy::SetDict ( TDictionary dict)
inline

Definition at line 51 of file TTreeReaderUtils.h.

Member Data Documentation

◆ fContentDict

TDictionary* ROOT::Internal::TNamedBranchProxy::fContentDict
private

Definition at line 58 of file TTreeReaderUtils.h.

◆ fDict

TDictionary* ROOT::Internal::TNamedBranchProxy::fDict
private

Definition at line 57 of file TTreeReaderUtils.h.

◆ fFullName

std::string ROOT::Internal::TNamedBranchProxy::fFullName
private

Definition at line 59 of file TTreeReaderUtils.h.

◆ fProxy

Detail::TBranchProxy ROOT::Internal::TNamedBranchProxy::fProxy
private

Definition at line 56 of file TTreeReaderUtils.h.


The documentation for this class was generated from the following file: