Add a plugin interface for dynamic loading of Python Virtual Machine for TerraLib. More...
#include "../../Defines.h"#include "../../core/plugin/CppPlugin.h"#include "../core/VirtualMachineManager.h"#include "VirtualMachine.h"#include <memory>Go to the source code of this file.
Namespaces | |
| te | |
| URI C++ Library. | |
| te::vm | |
| te::vm::python | |
Functions | |
| te::vm::python::TERRALIB_CPP_PLUGIN_BEGIN (Plugin) TERRALIB_CPP_PLUGIN_STARTUP | |
Variables | |
| te::vm::python::m_initialized = false | |
| te::vm::python::TERRALIB_CPP_PLUGIN_SHUTDOWN | |
Add a plugin interface for dynamic loading of Python Virtual Machine for TerraLib.
Definition in file src/terralib/vm/python/Plugin.cpp.