Keos::CDynLibManager Class Reference

Manager for Dynamic-loading Libraries. More...

#include <KeosDynLibManager.h>

Inheritance diagram for Keos::CDynLibManager:

Inheritance graph
[legend]
List of all members.

Public Member Functions

CDynLibLoad (const String &strFilename)
 Loads the passed library.
void Unload (CDynLib *pLib)
 Unloads the passed library.

Detailed Description

Manager for Dynamic-loading Libraries.

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.


Member Function Documentation

CDynLib * Keos::CDynLibManager::Load ( const String strFilename  ) 

Loads the passed library.

Parameters:
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.

Parameters:
pLib Library to unload.

Definition at line 54 of file KeosDynLibManager.cpp.

References Keos::CDynLib::GetName(), and Keos::CDynLib::Unload().


The documentation for this class was generated from the following files:
Generated on Fri Mar 9 14:29:22 2007 for Keos by  doxygen 1.5.1-p1