CARLA
Classes | Static Public Member Functions | List of all members
carla::PythonUtil Class Reference

#include <PythonUtil.h>

Classes

class  AcquireGIL
 
class  AcquireGILDeleter
 A deleter that can be passed to a smart pointer to acquire the GIL before destroying the object. More...
 
class  ReleaseGIL
 
class  ReleaseGILDeleter
 A deleter that can be passed to a smart pointer to release the GIL before destroying the object. More...
 

Static Public Member Functions

static bool ThisThreadHasTheGIL ()
 

Detailed Description

Definition at line 24 of file PythonUtil.h.

Member Function Documentation

◆ ThisThreadHasTheGIL()

static bool carla::PythonUtil::ThisThreadHasTheGIL ( )
inlinestatic

Definition at line 27 of file PythonUtil.h.

Referenced by carla::PythonUtil::AcquireGILDeleter::operator()(), and carla::PythonUtil::ReleaseGILDeleter::operator()().

+ Here is the caller graph for this function:

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