#include <xap_ModuleFactory.h>
List of all members.
Member Function Documentation
virtual const char* XAP_ModuleFactory::getName |
( |
void |
|
) |
[virtual] |
Returns the name of the factory for logging and debugging purposes.
virtual XAP_Module* XAP_ModuleFactory::loadModule |
( |
const char * |
szFilename |
) |
[virtual] |
Load a module.
- Parameters:
-
| szFilename | Plugin file to load. |
- Returns:
- Ptr to module instance if success, otherwise NULL;
virtual bool XAP_ModuleFactory::unloadModule |
( |
XAP_Module * |
module |
) |
[inline, virtual] |
Unload a module. Plugin factories can implement this method if they want to handle unloading of plugins themselves.
- Parameters:
-
| module | Ptr to module instance. |
- Returns:
- TRUE on success, FALSE on failure.
Friends And Related Function Documentation
The documentation for this class was generated from the following file: