|
ug4
|
#include <string>#include "common/log.h"#include "bridge/bridge.h"#include "common/profiler/profiler.h"#include "path_provider.h"#include "file_util.h"#include "os_info.h"#include "dynamic_library_util.h"#include "plugin_util.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| UG_API std::vector< std::string > | ug::GetLoadedPlugins () |
| bool | ug::LoadPlugins (const char *pluginPath, string parentGroup, bridge::Registry ®, bool bPrefixGroup) |
| bool | ug::PluginLoaded (const string &name) |
| UG_API bool | ug::UnloadPlugins () |