#include "PythonWrapper.h"
◆ PythonWrapper() [1/3]
PythonWrapper::PythonWrapper |
( |
| ) |
|
◆ PythonWrapper() [2/3]
◆ PythonWrapper() [3/3]
◆ ~PythonWrapper()
PythonWrapper::~PythonWrapper |
( |
| ) |
|
◆ AddToSysPath()
void PythonWrapper::AddToSysPath |
( |
const std::string & | newPathComponent | ) |
|
◆ ClosePythonInterpreter()
void PythonWrapper::ClosePythonInterpreter |
( |
| ) |
|
◆ execute()
CPythonObjectNew PythonWrapper::execute |
( |
const std::string & | _executionCommand, |
|
|
const std::string & | _moduleName = "__main__" ) |
◆ ExecuteFunction()
CPythonObjectNew PythonWrapper::ExecuteFunction |
( |
const std::string & | functionName, |
|
|
CPythonObject & | parameter, |
|
|
const std::string & | moduleName = "__main__" ) |
◆ GetFunction()
CPythonObjectNew PythonWrapper::GetFunction |
( |
const std::string & | functionName, |
|
|
const std::string & | moduleName = "__main__" ) |
◆ GetGlobalDictionary()
◆ GetGlobalVariable()
CPythonObjectBorrowed PythonWrapper::GetGlobalVariable |
( |
const std::string & | varName, |
|
|
const std::string & | moduleName ) |
◆ InitializePythonInterpreter()
void PythonWrapper::InitializePythonInterpreter |
( |
| ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ ResetSysPath()
void PythonWrapper::ResetSysPath |
( |
| ) |
|
◆ FixturePythonWrapper
The documentation for this class was generated from the following files: