2017-07-03 22:18:31 +02:00
|
|
|
// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
|
|
|
|
|
// If you want to add your own functionality, instead edit the stubPythonClass_custom.h file.
|
|
|
|
|
|
|
|
|
|
#include "rulesets/PythonClass.h"
|
|
|
|
|
#include "stubPythonClass_custom.h"
|
|
|
|
|
|
|
|
|
|
#ifndef STUB_RULESETS_PYTHONCLASS_H
|
|
|
|
|
#define STUB_RULESETS_PYTHONCLASS_H
|
|
|
|
|
|
|
|
|
|
#ifndef STUB_PythonClass_PythonClass
|
|
|
|
|
//#define STUB_PythonClass_PythonClass
|
|
|
|
|
PythonClass::PythonClass(const std::string & package, const std::string & type, struct _typeobject * base)
|
2017-07-03 23:02:02 +02:00
|
|
|
: m_base(nullptr),m_module(nullptr),m_class(nullptr)
|
2017-07-03 22:18:31 +02:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
#endif //STUB_PythonClass_PythonClass
|
|
|
|
|
|
|
|
|
|
#ifndef STUB_PythonClass_getClass
|
|
|
|
|
//#define STUB_PythonClass_getClass
|
|
|
|
|
int PythonClass::getClass(struct _object *)
|
|
|
|
|
{
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
#endif //STUB_PythonClass_getClass
|
|
|
|
|
|
|
|
|
|
#ifndef STUB_PythonClass_load
|
|
|
|
|
//#define STUB_PythonClass_load
|
|
|
|
|
int PythonClass::load()
|
|
|
|
|
{
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
#endif //STUB_PythonClass_load
|
|
|
|
|
|
|
|
|
|
#ifndef STUB_PythonClass_refresh
|
|
|
|
|
//#define STUB_PythonClass_refresh
|
|
|
|
|
int PythonClass::refresh()
|
|
|
|
|
{
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
#endif //STUB_PythonClass_refresh
|
|
|
|
|
|
|
|
|
|
#ifndef STUB_PythonClass_PythonClass_DTOR
|
|
|
|
|
//#define STUB_PythonClass_PythonClass_DTOR
|
|
|
|
|
PythonClass::~PythonClass()
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
#endif //STUB_PythonClass_PythonClass_DTOR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|