#include <OgreDynLib.h>
Public Member Functions | |
DynLib (const String &name) | |
Default constructor - used by DynLibManager. | |
~DynLib () | |
Default destructor. | |
void | load () |
Load the library. | |
void | unload () |
Unload the library. | |
const String & | getName (void) const |
Get the name of the library. | |
void * | getSymbol (const String &strName) const throw () |
Returns the address of the given symbol from the loaded library. | |
Protected Member Functions | |
String | dynlibError (void) |
Gets the last loading error. | |
Protected Attributes | |
String | mName |
DYNLIB_HANDLE | m_hInst |
Handle to the loaded library. |
Definition at line 65 of file OgreDynLib.h.
|
Default constructor - used by DynLibManager.
|
|
Default destructor.
|
|
Gets the last loading error.
|
|
Get the name of the library.
Definition at line 89 of file OgreDynLib.h. References Ogre::String. |
|
Returns the address of the given symbol from the loaded library.
|
|
Load the library.
|
|
Unload the library.
|
|
Handle to the loaded library.
Definition at line 107 of file OgreDynLib.h. |
|
Definition at line 68 of file OgreDynLib.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:38:41 2006