|
MyGUI
3.2.0
|
Manager of dynamic libraries. More...
#include <MyGUI_DynLibManager.h>
Inheritance diagram for MyGUI::DynLibManager: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 () |
Manager of dynamic libraries.
Definition at line 35 of file MyGUI_DynLibManager.h.
Definition at line 33 of file MyGUI_DynLibManager.cpp.
Definition at line 109 of file MyGUI_DynLibManager.cpp.
| void MyGUI::DynLibManager::initialise | ( | ) |
Definition at line 38 of file MyGUI_DynLibManager.cpp.
| DynLib * MyGUI::DynLibManager::load | ( | const std::string & | fileName | ) |
Load library.
Definition at line 63 of file MyGUI_DynLibManager.cpp.
| void MyGUI::DynLibManager::shutdown | ( | ) |
Definition at line 49 of file MyGUI_DynLibManager.cpp.
| void MyGUI::DynLibManager::unload | ( | DynLib * | library | ) |
Unload library.
Definition at line 83 of file MyGUI_DynLibManager.cpp.
| void MyGUI::DynLibManager::unloadAll | ( | ) |
Definition at line 93 of file MyGUI_DynLibManager.cpp.
1.7.6.1