Definition at line 335 of file TBranchProxy.h.
|
| | TArrayCharProxy ()=default |
| |
| | ~TArrayCharProxy () override=default |
| |
| unsigned char | At (UInt_t i) |
| |
| const char * | c_str () |
| |
| const char * | Data () |
| |
| void * | GetAddressOfElement (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 |
| |
| | 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) |
| |
| | TBranchProxy (Internal::TBranchProxyDirector *boss, const char *branchname, TBranch *branch, const char *membername) |
| | Constructor taking the branch name, possibly of a friended tree. More...
|
| |
| virtual | ~TBranchProxy () |
| |
| virtual Int_t | GetArrayLength () |
| |
| const char * | GetBranchName () const |
| |
| TClass * | GetClass () |
| |
| void * | GetClaStart (UInt_t i=0) |
| |
| TVirtualCollectionProxy * | GetCollection () |
| |
| virtual Int_t | GetEntries () |
| |
| Int_t | GetOffset () |
| |
| TBranchProxy * | GetProxy () |
| |
| virtual void * | GetStart (UInt_t=0) |
| |
| void * | GetStlStart (UInt_t i=0) |
| |
| void * | GetWhere () const |
| |
| Bool_t | IsaPointer () const |
| |
| Bool_t | IsInitialized () |
| |
| Bool_t | Read () |
| |
| Bool_t | ReadEntries () |
| |
| void | Reset () |
| |
| Bool_t | Setup () |
| |
#include <TBranchProxy.h>
◆ TArrayCharProxy()
| ROOT::Internal::TArrayCharProxy::TArrayCharProxy |
( |
| ) |
|
|
default |
◆ ~TArrayCharProxy()
| ROOT::Internal::TArrayCharProxy::~TArrayCharProxy |
( |
| ) |
|
|
overridedefault |
◆ At()
| unsigned char ROOT::Internal::TArrayCharProxy::At |
( |
UInt_t |
i | ) |
|
|
inline |
◆ c_str()
| const char* ROOT::Internal::TArrayCharProxy::c_str |
( |
| ) |
|
|
inline |
◆ Data()
| const char* ROOT::Internal::TArrayCharProxy::Data |
( |
| ) |
|
|
inline |
◆ 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 347 of file TBranchProxy.h.
◆ operator const char *()
| ROOT::Internal::TArrayCharProxy::operator const char * |
( |
| ) |
|
|
inline |
◆ operator std::string()
| ROOT::Internal::TArrayCharProxy::operator std::string |
( |
| ) |
|
|
inline |
◆ operator[]() [1/2]
| unsigned char ROOT::Internal::TArrayCharProxy::operator[] |
( |
Int_t |
i | ) |
|
|
inline |
◆ operator[]() [2/2]
| unsigned char ROOT::Internal::TArrayCharProxy::operator[] |
( |
UInt_t |
i | ) |
|
|
inline |
◆ Print()
| void ROOT::Internal::TArrayCharProxy::Print |
( |
void |
| ) |
|
|
inlineoverridevirtual |
[legend]