Adonthell
0.4
|
call_method(const string &name, PyObject *args=NULL) const | py_object | [inline] |
call_method_ret(const string &name, PyObject *args=NULL) const | py_object | |
class_name() const | py_object | [inline] |
clear() | py_object | |
create_instance(string file, string classname, PyObject *args=NULL) | py_object | |
file_name() const | py_object | [inline] |
get_attribute(const string &name) const | py_object | |
get_attribute_int(const string &name) | py_object | |
get_attribute_string(const string &name) | py_object | |
get_instance(const bool &incref=true) const | py_object | [inline] |
has_attribute(const std::string &name) | py_object | |
Instance | py_object | [protected] |
py_object() | py_object | |
reload_instance(string file, string classname, PyObject *args=NULL) | py_object | |
run(PyObject *args=NULL) | py_object | [inline] |
set_attribute(const string &name, PyObject *value) | py_object | |
set_attribute_int(const string &name, s_int32 value) | py_object | |
set_attribute_string(const string &name, const string &value) | py_object | |
~py_object() | py_object |