proteus  1.8.1
C/C++/Fortran libraries
Public Attributes | List of all members
SwigPyObject Struct Reference

#include </Users/cekees/proteus/proteus/mbd/swigpyobject.h>

Public Attributes

PyObject_HEAD void * ptr
 
void * ty
 
int own
 
PyObject * next
 

Detailed Description

Definition at line 3 of file swigpyobject.h.

Member Data Documentation

◆ next

PyObject* SwigPyObject::next

Definition at line 8 of file swigpyobject.h.

◆ own

int SwigPyObject::own

Definition at line 7 of file swigpyobject.h.

◆ ptr

PyObject_HEAD void* SwigPyObject::ptr

Definition at line 5 of file swigpyobject.h.

◆ ty

void* SwigPyObject::ty

Definition at line 6 of file swigpyobject.h.


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