Go to the source code of this file.
|
template<typename T > |
void | CapsuleDestructor (PyObject *ptr) |
|
template<typename T > |
void | export_SharedArray () |
| Convenience function to export C++-to-Python and Python-to-C++ converters for the requested type. More...
|
|
◆ CapsuleDestructor()
template<typename T >
void CapsuleDestructor |
( |
PyObject * |
ptr | ) |
|
◆ export_SharedArray()
template<typename T >
void export_SharedArray |
( |
| ) |
|
Convenience function to export C++-to-Python and Python-to-C++ converters for the requested type.
- Template Parameters
-
Definition at line 328 of file Python/BasicUtils/SharedArray.hpp.
329{
332}
Convert for Array<OneD, T> to Python list of objects for numeric types T.
Converter for Python to Nektar::Array<OneD, T>.