Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Executors.h File Reference
#include <string>
Include dependency graph for Executors.h:
This graph shows which files directly or indirectly include this file:

Classes

class  CPyCppyy::Executor
 
class  CPyCppyy::RefExecutor
 

Namespaces

namespace  CPyCppyy
 Set of helper functions that are invoked from the pythonizors, on the Python side.
 

Functions

CPYCPPYY_EXTERN voidCPyCppyy::CallVoidP (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, CallContext *)
 
CPYCPPYY_EXTERN ExecutorCPyCppyy::CreateExecutor (const std::string &name)
 
CPYCPPYY_EXPORT void CPyCppyy::DestroyExecutor (Executor *p)
 
CPYCPPYY_EXTERN bool CPyCppyy::RegisterExecutor (const std::string &name, ExecutorFactory_t)
 
CPYCPPYY_EXTERN bool CPyCppyy::UnregisterExecutor (const std::string &name)