Utils.h File Reference

Utility functions for dealing with plugins. More...

#include "Config.h"
#include <string>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::plugin
 Namespace for the Plugin module of TerraLib.
 

Functions

TEPLUGINEXPORT PluginInfo * te::plugin::GetInstalledPlugin (const std::string &pluginFilePath)
 It returns information about a given plugin provided its plugin configuration file name or dir. More...
 
TEPLUGINEXPORT void te::plugin::Unload (const std::string &plugin)
 It recursively unload the plugin and any dependent plugins. More...
 
TEPLUGINEXPORT void te::plugin::UnloadAllPluginsFromEngine (const std::string &engine)
 It unloads all plugins from a given engine. More...
 

Detailed Description

Utility functions for dealing with plugins.

Definition in file Utils.h.