OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
Manager for Dynamic-loading Libraries. More...
#include <OgreDynLibManager.h>
Public Member Functions | |
DynLibManager () | |
Default constructor. More... | |
~DynLibManager () | |
Default destructor. More... | |
DynLib * | load (const String &filename) |
Loads the passed library. More... | |
void | unload (DynLib *lib) |
Unloads the passed library. More... | |
Static Public Member Functions | |
static DynLibManager & | getSingleton (void) |
Get the singleton instance. More... | |
static DynLibManager * | getSingletonPtr (void) |
Get the singleton instance. More... | |
Manager for Dynamic-loading Libraries.
Ogre::DynLibManager::DynLibManager | ( | ) |
Default constructor.
Ogre::DynLibManager::~DynLibManager | ( | ) |
Default destructor.
Loads the passed library.
filename | The name of the library. The extension can be omitted. |
void Ogre::DynLibManager::unload | ( | DynLib * | lib | ) |
Unloads the passed library.
lib | The library. |
|
static |
Get the singleton instance.
|
static |
Get the singleton instance.