#include <KeosDynLibManager.h>
Inheritance diagram for Keos::CDynLibManager:

Public Member Functions | |
| CDynLib * | Load (const String &strFilename) |
| Loads the passed library. | |
| void | Unload (CDynLib *pLib) |
| Unloads the passed library. | |
This manager keeps a track of all the open dynamic-loading libraries, opens them and returns references to already-open libraries.
Definition at line 36 of file KeosDynLibManager.h.
Loads the passed library.
| strFilename | The name of the library. The extension can be ommitted. |
Definition at line 37 of file KeosDynLibManager.cpp.
References Keos::CDynLib::Load().
| void Keos::CDynLibManager::Unload | ( | CDynLib * | pLib | ) |
Unloads the passed library.
| pLib | Library to unload. |
Definition at line 54 of file KeosDynLibManager.cpp.
References Keos::CDynLib::GetName(), and Keos::CDynLib::Unload().
1.5.1-p1