ug4
plugin_util.h File Reference
#include <string>
#include <vector>
#include "common/ug_config.h"
#include "registry/registry.h"

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

UG_API std::vector< std::string > ug::GetLoadedPlugins ()
 
UG_API bool ug::LoadPlugins (const char *pluginPath, std::string parentGroup, bridge::Registry &reg, bool bPrefixGroup=false)
 Loads all plugins in the given path. More...
 
UG_API bool ug::PluginLoaded (const std::string &name)
 
UG_API bool ug::UnloadPlugins ()