Celartem::ModuleDynamicLoader Class Reference

#include <cel_dynload.h>

Inheritance diagram for Celartem::ModuleDynamicLoader:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void * getSymbolAddress (const String &inSymbolName)=0

Static Public Member Functions

static AutoPtr
< ModuleDynamicLoader
create (const String &inModuleName)


Detailed Description

This class is used to load a dynamic-link module.
This class internally calls functions such as LoadLibrary or dlopen.

Definition at line 22 of file cel_dynload.h.


Member Function Documentation

static AutoPtr<ModuleDynamicLoader> Celartem::ModuleDynamicLoader::create ( const String inModuleName  )  [static]

This method initializes a new instance by loading the specified module.

Parameters:
inModuleName Name of the module to load.
Returns:
Pointer to the newly created instance.

virtual void* Celartem::ModuleDynamicLoader::getSymbolAddress ( const String inSymbolName  )  [pure virtual]

This method returns the address of the specified symbol.

Parameters:
inSymbolName Name of the symbol (function).
Returns:
Pointer to the symbol if success; otherwise NULL.


The documentation for this class was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:16 2008.