lib
Kross::Python::PythonExtension Class Reference
#include <pythonextension.h>
Detailed Description
The PythonExtension is a wrapper-object to let C++ and Python interact together.Instances of this class are used everytime if we send or got something to/from python.
Definition at line 47 of file pythonextension.h.
Public Member Functions | |
PythonExtension (Kross::Api::Object::Ptr object) | |
virtual | ~PythonExtension () |
virtual Py::Object | str () |
virtual Py::Object | repr () |
virtual Py::Object | getattr (const char *name) |
Friends | |
class | PythonScript |
class | PythonObject |
class | PythonModule |
Constructor & Destructor Documentation
|
Constructor.
Definition at line 31 of file pythonextension.cpp. |
|
Destructor.
Definition at line 57 of file pythonextension.cpp. |
Member Function Documentation
|
Overloaded method to handle attribute calls from within python.
Definition at line 76 of file pythonextension.cpp. |
|
Overloaded method to return the string-representation of the value this object has.
Definition at line 71 of file pythonextension.cpp. |
|
Overloaded method to return the string-representation of this object.
Definition at line 65 of file pythonextension.cpp. |
The documentation for this class was generated from the following files: