#include "TBranchProxyDirector.h"
#include "TTree.h"
#include "TBranchElement.h"
#include "TLeaf.h"
#include "TClonesArray.h"
#include "TString.h"
#include "TError.h"
#include "TVirtualCollectionProxy.h"
#include "TNotifyLink.h"
#include <algorithm>
#include <string>
#include <iostream>
Classes | |
class | ROOT::Internal::TArrayCharProxy |
Concrete Implementation of the branch proxy around the data members which are array of char. More... | |
class | ROOT::Internal::TArrayProxy< T > |
Template for concrete implementation of proxy around array of T. More... | |
struct | ROOT::Internal::TArrayType< T, d > |
Helper template to be able to determine and use array dimensions. More... | |
struct | ROOT::Internal::TArrayType< T, 0 > |
Helper class for proxy around multi dimension array. More... | |
class | ROOT::Detail::TBranchProxy |
Base class for all the proxy object. More... | |
class | ROOT::Internal::TBranchProxyHelper |
String builder to be used in the constructors. More... | |
class | ROOT::Internal::TClaArrayProxy< T > |
Template of the Concrete Implementation of the branch proxy around an TClonesArray of array of T. More... | |
class | ROOT::Internal::TClaImpProxy< T > |
Template of the Concrete Implementation of the branch proxy around TClonesArray of T. More... | |
class | ROOT::Internal::TClaProxy |
Base class for the proxy around object in TClonesArray. More... | |
class | ROOT::Internal::TImpProxy< T > |
Template of the proxy around objects. More... | |
struct | ROOT::Internal::TMultiArrayType< T, d > |
Helper class for proxy around multi dimension array. More... | |
class | ROOT::Internal::TStlArrayProxy< T > |
Template of the Concrete Implementation of the branch proxy around an stl container of array of T. More... | |
class | ROOT::Internal::TStlImpProxy< T > |
Template of the Concrete Implementation of the branch proxy around an stl container of T. More... | |
class | ROOT::Internal::TStlProxy |
Base class for the proxy around STL containers. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Detail |
Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target type inherits from TObject and a new constructor that takes the TCollection by pointer. | |
namespace | ROOT::Internal |