|
MyGUI 3.4.2
|
Manager of dynamic libraries. More...
#include <MyGUI_DynLibManager.h>
Public Member Functions | |
| DynLibManager () | |
| void | initialise () |
| void | shutdown () |
| DynLib * | load (const std::string &fileName) |
| Load library. | |
| void | unload (DynLib *library) |
| Unload library. | |
| void | unloadAll () |
| void | _unloadDelayDynLibs () |
Static Public Member Functions | |
| static DynLibManager & | getInstance () |
| static DynLibManager * | getInstancePtr () |
| static const char * | getClassTypeName () |
Manager of dynamic libraries.
Definition at line 20 of file MyGUI_DynLibManager.h.
| MyGUI::DynLibManager::DynLibManager | ( | ) |
Definition at line 17 of file MyGUI_DynLibManager.cpp.
| void MyGUI::DynLibManager::_unloadDelayDynLibs | ( | ) |
Definition at line 94 of file MyGUI_DynLibManager.cpp.
|
static |
|
static |
| void MyGUI::DynLibManager::initialise | ( | ) |
Definition at line 23 of file MyGUI_DynLibManager.cpp.
Load library.
Definition at line 48 of file MyGUI_DynLibManager.cpp.
| void MyGUI::DynLibManager::shutdown | ( | ) |
Definition at line 34 of file MyGUI_DynLibManager.cpp.
Unload library.
Definition at line 68 of file MyGUI_DynLibManager.cpp.
| void MyGUI::DynLibManager::unloadAll | ( | ) |
Definition at line 78 of file MyGUI_DynLibManager.cpp.