Logo ROOT  
Reference Guide
FacadeHelpers.hxx
Go to the documentation of this file.
1// Author: Enric Tejedor CERN 04/2020
2
3/*************************************************************************
4 * Copyright (C) 1995-2020, Rene Brun and Fons Rademakers. *
5 * All rights reserved. *
6 * *
7 * For the licensing terms see $ROOTSYS/LICENSE. *
8 * For the list of contributors see $ROOTSYS/README/CREDITS. *
9 *************************************************************************/
10
11#ifndef PYROOT_FACADEHELPERS_H
12#define PYROOT_FACADEHELPERS_H
13
14#include "Python.h"
15
16namespace PyROOT {
17
18// Create an indexable buffer starting at the received address
20
21} // namespace PyROOT
22
23#endif // !PYROOT_FACADEHELPERS_H
_object PyObject
Definition: PyMethodBase.h:41
PyObject * CreateBufferFromAddress(PyObject *self, PyObject *addr)
Get a buffer starting at a given address.