cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Attributes | List of all members
PyVoidScalarObject_Proxy Struct Reference

#include <numpy.h>

Public Attributes

PyObject_VAR_HEAD char * obval
 
PyArrayDescr_Proxydescr
 
int flags
 
PyObject * base
 

Detailed Description

Definition at line 77 of file numpy.h.

Member Data Documentation

◆ base

PyObject* PyVoidScalarObject_Proxy::base

Definition at line 82 of file numpy.h.

◆ descr

PyArrayDescr_Proxy* PyVoidScalarObject_Proxy::descr

Definition at line 80 of file numpy.h.

◆ flags

int PyVoidScalarObject_Proxy::flags

Definition at line 81 of file numpy.h.

◆ obval

PyObject_VAR_HEAD char* PyVoidScalarObject_Proxy::obval

Definition at line 79 of file numpy.h.


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