Defines
internal.hpp File Reference

Internal header file to include the Numpy C-API headers. More...

#include <boost/python.hpp>
#include <numpy/arrayobject.h>
#include <numpy/ufuncobject.h>
#include <boost/numpy.hpp>
Include dependency graph for internal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NUMPY_OBJECT_MANAGER_TRAITS_IMPL(pytype, manager)   PyTypeObject const * object_manager_traits<manager>::get_pytype() { return &pytype; }
#define PY_ARRAY_UNIQUE_SYMBOL   BOOST_NUMPY_ARRAY_API
#define PY_UFUNC_UNIQUE_SYMBOL   BOOST_UFUNC_ARRAY_API

Detailed Description

Internal header file to include the Numpy C-API headers.

This should only be included by source files in the boost.numpy library itself.

Definition in file internal.hpp.


Define Documentation

#define NUMPY_OBJECT_MANAGER_TRAITS_IMPL (   pytype,
  manager 
)    PyTypeObject const * object_manager_traits<manager>::get_pytype() { return &pytype; }

Definition at line 30 of file internal.hpp.

#define PY_ARRAY_UNIQUE_SYMBOL   BOOST_NUMPY_ARRAY_API

Definition at line 24 of file internal.hpp.

#define PY_UFUNC_UNIQUE_SYMBOL   BOOST_UFUNC_ARRAY_API

Definition at line 25 of file internal.hpp.



boost_numpy
Author(s): Jim Bosch, Ankit Daftery
autogenerated on Fri Aug 28 2015 10:10:40