Logo ROOT   6.16/01
Reference Guide
Typedefs | Functions | Variables
TClonesArray.cxx File Reference
#include "TClonesArray.h"
#include "TError.h"
#include "TROOT.h"
#include "TClass.h"
#include "TObject.h"
#include "TObjectTable.h"
#include <stdlib.h>
Include dependency graph for TClonesArray.cxx:

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
 

Typedef Documentation

◆ Updater_t

using Updater_t = void (*)(Int_t nobjects, TObject **from, TObject **to)

Definition at line 140 of file TClonesArray.cxx.

Function Documentation

◆ R__ReleaseMemory()

static void R__ReleaseMemory ( TClass cl,
TObject obj 
)
inlinestatic

Internal Utility routine to correctly release the memory for an object.

Definition at line 155 of file TClonesArray.cxx.

◆ R__SetClonesArrayTF1Updater()

bool R__SetClonesArrayTF1Updater ( Updater_t  func)

Definition at line 144 of file TClonesArray.cxx.

◆ R__SetClonesArrayTFormulaUpdater()

bool R__SetClonesArrayTFormulaUpdater ( Updater_t  func)

Definition at line 149 of file TClonesArray.cxx.

Variable Documentation

◆ gClonesArrayTF1Updater

Updater_t gClonesArrayTF1Updater = nullptr

Definition at line 141 of file TClonesArray.cxx.

◆ gClonesArrayTFormulaUpdater

Updater_t gClonesArrayTFormulaUpdater = nullptr

Definition at line 142 of file TClonesArray.cxx.