Logo ROOT   6.12/07
Reference Guide
List of all members | Public Member Functions | List of all members
ROOT::Internal::TArrayCharProxy Class Reference

Definition at line 334 of file TBranchProxy.h.

Public Member Functions

 TArrayCharProxy ()=default
 
 ~TArrayCharProxy () override=default
 
unsigned char At (UInt_t i)
 
const char * c_str ()
 
const char * Data ()
 
voidGetAddressOfElement (UInt_t i) final
 Return the address of the element number i. More...
 
 operator const char * ()
 
 operator std::string ()
 
unsigned char operator[] (Int_t i)
 
unsigned char operator[] (UInt_t i)
 
void Print () override
 
- Public Member Functions inherited from ROOT::Detail::TBranchProxy
 TBranchProxy ()
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, const char *top, const char *name, const char *membername)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranchProxy *parent, const char *membername, const char *top=0, const char *name=0)
 
 TBranchProxy (Internal::TBranchProxyDirector *boss, TBranch *branch, const char *membername)
 
virtual ~TBranchProxy ()
 
virtual Int_t GetArrayLength ()
 
const char * GetBranchName () const
 
TClassGetClass ()
 
voidGetClaStart (UInt_t i=0)
 
TVirtualCollectionProxyGetCollection ()
 
virtual Int_t GetEntries ()
 
Int_t GetOffset ()
 
TBranchProxyGetProxy ()
 
virtual voidGetStart (UInt_t=0)
 
voidGetStlStart (UInt_t i=0)
 
voidGetWhere () const
 
Bool_t IsaPointer () const
 
Bool_t IsInitialized ()
 
Bool_t Read ()
 
Bool_t ReadEntries ()
 
void Reset ()
 
Bool_t Setup ()
 

Additional Inherited Members

- Protected Attributes inherited from ROOT::Detail::TBranchProxy
union {
   TBranch *   fBranchCount
 
   TLeaf *   fLeafCount
 
}; 
 
Int_t fArrayLength
 
TBranchfBranch
 
const TString fBranchName
 
TClassfClass
 
TString fClassName
 
TVirtualCollectionProxyfCollection
 
Int_t fCurrentTreeNumber
 
const TString fDataMember
 
Internal::TBranchProxyDirectorfDirector
 
TStreamerElementfElement
 
Bool_t fHasLeafCount: 1
 
Bool_t fInitialized: 1
 
Bool_t fIsaPointer: 1
 
Bool_t fIsClone: 1
 
const Bool_t fIsMember: 1
 
TTreefLastTree
 
Int_t fMemberOffset
 
Int_t fOffset
 
TBranchProxyfParent
 
Long64_t fRead
 
voidfWhere
 

#include <TBranchProxy.h>

Inheritance diagram for ROOT::Internal::TArrayCharProxy:
[legend]

Constructor & Destructor Documentation

◆ TArrayCharProxy()

ROOT::Internal::TArrayCharProxy::TArrayCharProxy ( )
default

◆ ~TArrayCharProxy()

ROOT::Internal::TArrayCharProxy::~TArrayCharProxy ( )
overridedefault

Member Function Documentation

◆ At()

unsigned char ROOT::Internal::TArrayCharProxy::At ( UInt_t  i)
inline

Definition at line 352 of file TBranchProxy.h.

◆ c_str()

const char* ROOT::Internal::TArrayCharProxy::c_str ( )
inline

Definition at line 379 of file TBranchProxy.h.

◆ Data()

const char* ROOT::Internal::TArrayCharProxy::Data ( )
inline

Definition at line 374 of file TBranchProxy.h.

◆ GetAddressOfElement()

void* ROOT::Internal::TArrayCharProxy::GetAddressOfElement ( UInt_t  )
inlinefinalvirtual

Return the address of the element number i.

Returns nullptr for non-collections. It assumed that Setip() has been called.

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 346 of file TBranchProxy.h.

◆ operator const char *()

ROOT::Internal::TArrayCharProxy::operator const char * ( )
inline

Definition at line 369 of file TBranchProxy.h.

◆ operator std::string()

ROOT::Internal::TArrayCharProxy::operator std::string ( )
inline

Definition at line 384 of file TBranchProxy.h.

◆ operator[]() [1/2]

unsigned char ROOT::Internal::TArrayCharProxy::operator[] ( Int_t  i)
inline

Definition at line 361 of file TBranchProxy.h.

◆ operator[]() [2/2]

unsigned char ROOT::Internal::TArrayCharProxy::operator[] ( UInt_t  i)
inline

Definition at line 365 of file TBranchProxy.h.

◆ Print()

void ROOT::Internal::TArrayCharProxy::Print ( void  )
inlineoverridevirtual

Reimplemented from ROOT::Detail::TBranchProxy.

Definition at line 336 of file TBranchProxy.h.

Libraries for ROOT::Internal::TArrayCharProxy:
[legend]

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