CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | 所有成员列表
carla::PythonUtil::AcquireGILDeleter类 参考

A deleter that can be passed to a smart pointer to acquire the GIL before destroying the object. 更多...

#include <PythonUtil.h>

Public 成员函数

template<typename T >
void operator() (T *ptr) const
 

详细描述

A deleter that can be passed to a smart pointer to acquire the GIL before destroying the object.

在文件 PythonUtil.h83 行定义.

成员函数说明

◆ operator()()

template<typename T >
void carla::PythonUtil::AcquireGILDeleter::operator() ( T * ptr) const
inline

在文件 PythonUtil.h87 行定义.

引用了 carla::PythonUtil::ThisThreadHasTheGIL().

+ 函数调用图:

该类的文档由以下文件生成: