Implementation of a virtual machine for the Python Programming Language. More...
#include "../core/VirtualMachine.h"#include <iostream>#include <Python.h>#include <boost/python.hpp>#include <QEventLoop>Go to the source code of this file.
Classes | |
| class | te::vm::python::VirtualMachine | 
| class | te::vm::python::VirtualMachineInput | 
| class | te::vm::python::VirtualMachineOutput | 
Namespaces | |
| te | |
| TerraLib.  | |
| te::vm | |
| te::vm::python | |
Macros | |
| #define | slots Q_SLOTS | 
Implementation of a virtual machine for the Python Programming Language.
Definition in file VirtualMachine.h.
| #define slots Q_SLOTS | 
Definition at line 48 of file VirtualMachine.h.