Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TClonesArray.cxx File Reference
#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>
Include dependency graph for TClonesArray.cxx:

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
 

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
 

Typedef Documentation

◆ Updater_t

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

Definition at line 142 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 157 of file TClonesArray.cxx.

◆ R__SetClonesArrayTF1Updater()

bool R__SetClonesArrayTF1Updater ( Updater_t  func)

Definition at line 146 of file TClonesArray.cxx.

◆ R__SetClonesArrayTFormulaUpdater()

bool R__SetClonesArrayTFormulaUpdater ( Updater_t  func)

Definition at line 151 of file TClonesArray.cxx.

Variable Documentation

◆ gClonesArrayTF1Updater

Updater_t gClonesArrayTF1Updater = nullptr

Definition at line 143 of file TClonesArray.cxx.

◆ gClonesArrayTFormulaUpdater

Updater_t gClonesArrayTFormulaUpdater = nullptr

Definition at line 144 of file TClonesArray.cxx.