Public Attributes
boost::numpy::ndarray::array_struct Struct Reference

An internal struct that's byte-compatible with PyArrayObject. More...

List of all members.

Public Attributes

PyObject * base
PyObject_HEAD char * data
PyObject * descr
int flags
int nd
Py_intptr_t * shape
Py_intptr_t * strides
PyObject * weakreflist

Detailed Description

An internal struct that's byte-compatible with PyArrayObject.

This is just a hack to allow inline access to this stuff while hiding numpy/arrayobject.h from the user.

Definition at line 41 of file ndarray.hpp.


Member Data Documentation

Definition at line 48 of file ndarray.hpp.

Definition at line 44 of file ndarray.hpp.

Definition at line 49 of file ndarray.hpp.

Definition at line 50 of file ndarray.hpp.

Definition at line 45 of file ndarray.hpp.

Definition at line 46 of file ndarray.hpp.

Definition at line 47 of file ndarray.hpp.

Definition at line 51 of file ndarray.hpp.


The documentation for this struct was generated from the following file:


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