13 namespace pybind_wrappers {
A singleton class handling access to the pybind_wrap_api struct.
void * pybind_wrapper_handle
EmbeddedPythonLoader(const EmbeddedPythonLoader &)=delete
static EmbeddedPythonLoader & get_instance()
Construct (if not already done) and get the only instance of this class.
const pybind_wrap_api & api()
Get a pointer to the pybind_wrap_api struct.
void operator=(const EmbeddedPythonLoader &)=delete
encapsulates code generation backend implementations