Loading [MathJax]/extensions/TeX-AMS-MML_HTMLorMML.js
proteus
1.8.1
C/C++/Fortran libraries
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
b
c
d
e
f
g
h
i
k
n
p
r
s
w
x
y
z
Functions
_
b
c
d
e
f
g
h
i
k
n
p
r
s
w
x
y
z
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Modules
Users
cekees
proteus
proteus
mbd
swigpyobject.h
Go to the documentation of this file.
1
#include <Python.h>
2
3
typedef
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
;
9
}
SwigPyObject
;
SwigPyObject::ptr
PyObject_HEAD void * ptr
Definition:
swigpyobject.h:5
SwigPyObject::own
int own
Definition:
swigpyobject.h:7
SwigPyObject::next
PyObject * next
Definition:
swigpyobject.h:8
SwigPyObject
Definition:
swigpyobject.h:3
SwigPyObject::ty
void * ty
Definition:
swigpyobject.h:6
Generated on Fri Jul 1 2022 11:17:46 for proteus by
1.8.20