#include "TClonesArray.h"
#include "TError.h"
#include "TROOT.h"
#include "TBuffer.h"
#include "TClass.h"
#include "TObject.h"
#include "TObjectTable.h"
#include <stdlib.h>
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. More... | |
bool | R__SetClonesArrayTF1Updater (Updater_t func) |
bool | R__SetClonesArrayTFormulaUpdater (Updater_t func) |
Variables | |
Updater_t | gClonesArrayTF1Updater = nullptr |
Updater_t | gClonesArrayTFormulaUpdater = nullptr |
Definition at line 141 of file TClonesArray.cxx.
Internal Utility routine to correctly release the memory for an object.
Definition at line 156 of file TClonesArray.cxx.
Definition at line 145 of file TClonesArray.cxx.
Definition at line 150 of file TClonesArray.cxx.
Updater_t gClonesArrayTF1Updater = nullptr |
Definition at line 142 of file TClonesArray.cxx.
Updater_t gClonesArrayTFormulaUpdater = nullptr |
Definition at line 143 of file TClonesArray.cxx.