proteus 1.9.0
C/C++/Fortran libraries
Loading...
Searching...
No Matches
swigpyobject.h
Go to the documentation of this file.
1#include <Python.h>
2
3typedef struct {
4 PyObject_HEAD
5 void *ptr; // This is the pointer to the actual C++ instance
6 void *ty; // swig_type_info originally, but shouldn't matter
7 int own;
8 PyObject *next;
PyObject_HEAD void * ptr
Definition swigpyobject.h:5
PyObject * next
Definition swigpyobject.h:8