// AUTOGENERATED file, created by the tool generate_stub.py, don't edit! // If you want to add your own functionality, instead edit the stubPythonScriptFactory_custom.h file. #include "rulesets/PythonScriptFactory.h" #include "stubPythonScriptFactory_custom.h" #ifndef STUB_RULESETS_PYTHONSCRIPTFACTORY_H #define STUB_RULESETS_PYTHONSCRIPTFACTORY_H #ifndef STUB_PythonScriptFactory_PythonScriptFactory //#define STUB_PythonScriptFactory_PythonScriptFactory template PythonScriptFactory::PythonScriptFactory(const std::string & package, const std::string & type) : ScriptKit(package, type) { } #endif //STUB_PythonScriptFactory_PythonScriptFactory #ifndef STUB_PythonScriptFactory_setup //#define STUB_PythonScriptFactory_setup template int PythonScriptFactory::setup() { return 0; } #endif //STUB_PythonScriptFactory_setup #ifndef STUB_PythonScriptFactory_package //#define STUB_PythonScriptFactory_package template const std::string& PythonScriptFactory::package() const { static std::string instance; return instance; } #endif //STUB_PythonScriptFactory_package #ifndef STUB_PythonScriptFactory_addScript //#define STUB_PythonScriptFactory_addScript template int PythonScriptFactory::addScript(T * entity) const { return 0; } #endif //STUB_PythonScriptFactory_addScript #ifndef STUB_PythonScriptFactory_refreshClass //#define STUB_PythonScriptFactory_refreshClass template int PythonScriptFactory::refreshClass() { return 0; } #endif //STUB_PythonScriptFactory_refreshClass #ifndef STUB_PythonScriptFactory_createScript //#define STUB_PythonScriptFactory_createScript template _object* PythonScriptFactory::createScript(T * entity) const { return nullptr; } #endif //STUB_PythonScriptFactory_createScript #endif