Functions | |
ModuleManagerPtr | ModuleManager (const StringPtr &searchPath) |
Creates a ModuleManager that loads modules at a given search path. If the search path is empty, it searches the executable folder and its subfolders. Otherwise, it searches the for the relative directory based on the current working directory. More... | |
ModuleManagerPtr | ModuleManagerMultiplePaths (const ListPtr< IString > &paths) |
Creates a ModuleManager that loads modules at given search paths. If the search path is empty, it searches the executable folder and its subfolders. Otherwise, it searches the for the relative directory based on the current working directory. More... | |
|
inline |
Creates a ModuleManager that loads modules at a given search path. If the search path is empty, it searches the executable folder and its subfolders. Otherwise, it searches the for the relative directory based on the current working directory.
searchPath | The location of the module libraries. |
|
inline |
Creates a ModuleManager that loads modules at given search paths. If the search path is empty, it searches the executable folder and its subfolders. Otherwise, it searches the for the relative directory based on the current working directory.
paths | The locations of the module libraries. |