Nektar++
Main Page
Related Pages
Namespaces
Namespace List
Namespace 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
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
_
b
e
g
h
m
p
q
r
s
t
x
y
z
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
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
Typedefs
a
b
c
d
e
f
g
i
m
n
o
p
r
s
t
v
Enumerations
Enumerator
e
s
t
Properties
Related Functions
a
c
d
i
k
l
m
n
o
t
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
Macros
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Public Member Functions
|
List of all members
ModuleWrapConverter< MODTYPE > Struct Template Reference
Public Member Functions
ModuleWrapConverter
()
Detailed Description
template<typename MODTYPE>
struct ModuleWrapConverter< MODTYPE >
Definition at line
368
of file
Python/Module.cpp
.
Constructor & Destructor Documentation
◆
ModuleWrapConverter()
template<typename MODTYPE >
ModuleWrapConverter
< MODTYPE >::
ModuleWrapConverter
(
)
inline
Definition at line
370
of file
Python/Module.cpp
.
371
{
372
// An important bit of code which will register allow
373
// shared_ptr<MODTYPE> as something that boost::python recognises,
374
// otherwise modules constructed from the factory will not work from
375
// Python.
376
py::objects::class_value_wrapper<
377
std::shared_ptr<MODTYPE>,
378
py::objects::make_ptr_instance<
379
MODTYPE, py::objects::pointer_holder<std::shared_ptr<MODTYPE>,
380
MODTYPE>>>();
381
}
Generated on Sat Mar 25 2023 12:35:54 for Nektar++ by
1.9.1