#include "TClonesArray.h"
#include "TError.h"
#include "TROOT.h"
#include "TBuffer.h"
#include "TClass.h"
#include "TObject.h"
#include "TObjectTable.h"
#include "snprintf.h"
#include <cstdlib>
Classes | |
class | ROOT::Internal::TClonesArrayOwnershipRAII |
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::Internal |
Typedefs | |
using | Updater_t = void(*)(Int_t nobjects, TObject **from, TObject **to) |
Functions | |
static void | R__ReleaseMemory (TClass *cl, TObject *obj) |
Internal Utility routine to correctly release the memory for an object. | |
bool | R__SetClonesArrayTF1Updater (Updater_t func) |
bool | R__SetClonesArrayTFormulaUpdater (Updater_t func) |
Variables | |
Updater_t | gClonesArrayTF1Updater = nullptr |
Updater_t | gClonesArrayTFormulaUpdater = nullptr |
Definition at line 142 of file TClonesArray.cxx.
Internal Utility routine to correctly release the memory for an object.
Definition at line 157 of file TClonesArray.cxx.
Definition at line 146 of file TClonesArray.cxx.
Definition at line 151 of file TClonesArray.cxx.
Updater_t gClonesArrayTF1Updater = nullptr |
Definition at line 143 of file TClonesArray.cxx.
Updater_t gClonesArrayTFormulaUpdater = nullptr |
Definition at line 144 of file TClonesArray.cxx.