Audaspace  1.1
A high level audio library.
Static Public Member Functions | List of all members
PluginManager Class Reference

This manager provides utilities for plugin loading. More...

#include <PluginManager.h>

Static Public Member Functions

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...
 

Detailed Description

This manager provides utilities for plugin loading.

Member Function Documentation

static bool PluginManager::loadPlugin ( const std::string &  path)
static

Loads a plugin from a file.

Parameters
pathThe 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
pathThe path to the folder containing the plugins.

The documentation for this class was generated from the following file: