#include "../../cppyy/CPyCppyy/src/CPyCppyy.h"
#include "../../cppyy/CPyCppyy/src/MemoryRegulator.h"
#include "TObject.h"
#include <unordered_map>
#include <utility>
Classes | |
struct | PyROOT::RegulatorCleanup |
A TObject-derived class to inject the memory regulation logic in the ROOT list of cleanups. More... | |
Namespaces | |
namespace | PyROOT |
Functions | |
void | PyROOT::CallCppyyRecursiveRemove (TObject *object) |
Get the class id of the TObject being deleted and run Cppyy's RecursiveRemove. | |