30 #ifndef __TERRALIB_CORE_PLUGIN_CPPPLUGINPROXY_H__
31 #define __TERRALIB_CORE_PLUGIN_CPPPLUGINPROXY_H__
59 std::unique_ptr<CppPlugin> real_plugin);
The base class for plugins in TerraLib.
The base class for plugins in TerraLib.
A proxy class for C++ plugins.
void startup()
It starts the CppPlugin.
const PluginInfo & info() const
It returns the PluginInfo of the CppPlugin.
void shutdown()
It shuts down the CppPlugin.
~CppPluginProxy()
Destructor.
bool initialized() const
It returns true or false if the CppPlugin was initialized.
CppPluginProxy(const std::shared_ptr< Library > &slib, std::unique_ptr< CppPlugin > real_plugin)
Constructor.
Basic information about a plugin.