This manager provides utilities for plugin loading.
More...
#include <PluginManager.h>
|
| static bool | loadPlugin (const std::string &path) |
| | Loads a plugin from a file. More...
|
| |
| static void | loadPlugins (const std::string &path="") |
| | Loads all plugins found in a folder. More...
|
| |
This manager provides utilities for plugin loading.
| static bool PluginManager::loadPlugin |
( |
const std::string & |
path | ) |
|
|
static |
Loads a plugin from a file.
- Parameters
-
| path | The path to the file. |
- Returns
- Whether the file could successfully be loaded.
| static void PluginManager::loadPlugins |
( |
const std::string & |
path = "" | ) |
|
|
static |
Loads all plugins found in a folder.
- Parameters
-
| path | The path to the folder containing the plugins. |
The documentation for this class was generated from the following file: