#include <PythonInvoker.h>
◆ PythonModuleInitialization
typedef PyObject *(* CPythonInvoker::PythonModuleInitialization) () |
◆ CPythonInvoker()
◆ ~CPythonInvoker()
CPythonInvoker::~CPythonInvoker |
( |
| ) |
|
|
override |
◆ execute()
bool CPythonInvoker::execute |
( |
const std::string & |
script, |
|
|
const std::vector< std::string > & |
arguments |
|
) |
| |
|
overrideprotectedvirtual |
◆ Execute()
bool CPythonInvoker::Execute |
( |
const std::string & |
script, |
|
|
const std::vector< std::string > & |
arguments = std::vector<std::string>() |
|
) |
| |
|
overridevirtual |
◆ executeScript()
void CPythonInvoker::executeScript |
( |
FILE * |
fp, |
|
|
const std::string & |
script, |
|
|
PyObject * |
moduleDict |
|
) |
| |
|
protectedvirtual |
◆ getInitializationScript()
virtual const char * CPythonInvoker::getInitializationScript |
( |
| ) |
const |
|
protectedpure virtual |
◆ getModules()
◆ IsStopping()
bool CPythonInvoker::IsStopping |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ onAbort()
virtual void CPythonInvoker::onAbort |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ onDeinitialization()
void CPythonInvoker::onDeinitialization |
( |
| ) |
|
|
protectedvirtual |
◆ onError()
void CPythonInvoker::onError |
( |
const std::string & |
exceptionType = "" , |
|
|
const std::string & |
exceptionValue = "" , |
|
|
const std::string & |
exceptionTraceback = "" |
|
) |
| |
|
protectedvirtual |
◆ onExecutionDone()
void CPythonInvoker::onExecutionDone |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ onExecutionFailed()
void CPythonInvoker::onExecutionFailed |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ onInitialization()
void CPythonInvoker::onInitialization |
( |
| ) |
|
|
protectedvirtual |
◆ onPythonModuleInitialization()
void CPythonInvoker::onPythonModuleInitialization |
( |
void * |
moduleDict | ) |
|
|
protectedvirtual |
◆ onSuccess()
virtual void CPythonInvoker::onSuccess |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ stop()
◆ m_critical
◆ m_sourceFile
std::string CPythonInvoker::m_sourceFile |
|
protected |
The documentation for this class was generated from the following files: