Privacy
An open-source, flexible 3D physical simulation framework
mars::PyObjectDeleter Struct Reference

This deleter should be used when managing PyObject with shared_ptr. More...

Public Member Functions

void operator() (PyObject *p) const
 

Detailed Description

This deleter should be used when managing PyObject with shared_ptr.

Definition at line 39 of file PythonInterpreter.cpp.

Member Function Documentation

◆ operator()()

void mars::PyObjectDeleter::operator() ( PyObject *  p) const
inline

Definition at line 41 of file PythonInterpreter.cpp.


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