Manager of dynamic libraries. More...
#include <MyGUI_DynLibManager.h>
Public Member Functions | |
void | initialise () |
void | shutdown () |
DynLib * | load (const std::string &fileName) |
Load library. | |
void | unload (DynLib *library) |
Unload library. |
Manager of dynamic libraries.
Definition at line 36 of file MyGUI_DynLibManager.h.
void MyGUI::DynLibManager::initialise | ( | ) |
Definition at line 31 of file MyGUI_DynLibManager.cpp.
DynLib * MyGUI::DynLibManager::load | ( | const std::string & | fileName | ) |
Load library.
Definition at line 61 of file MyGUI_DynLibManager.cpp.
void MyGUI::DynLibManager::shutdown | ( | ) |
Definition at line 40 of file MyGUI_DynLibManager.cpp.
void MyGUI::DynLibManager::unload | ( | DynLib * | library | ) |
Unload library.
Definition at line 81 of file MyGUI_DynLibManager.cpp.