Manager for Dynamic-loading Libraries.
More...
#include <OgreDynLibManager.h>
Manager for Dynamic-loading Libraries.
◆ DynLibManager()
| Ogre::DynLibManager::DynLibManager |
( |
| ) |
|
Default constructor.
- Note
Should never be called as the singleton is automatically created during the creation of the Root object.
- See also
- Root::Root
◆ ~DynLibManager()
| Ogre::DynLibManager::~DynLibManager |
( |
| ) |
|
◆ load()
| DynLib * Ogre::DynLibManager::load |
( |
const String & |
filename | ) |
|
Loads the passed library.
- Parameters
-
| filename | The name of the library. The extension can be omitted. |
◆ unload()
| void Ogre::DynLibManager::unload |
( |
DynLib * |
lib | ) |
|
Unloads the passed library.
- Parameters
-
◆ getSingleton()
| static DynLibManager & Ogre::DynLibManager::getSingleton |
( |
void |
| ) |
|
|
static |
Get the singleton instance.
◆ getSingletonPtr()
| static DynLibManager * Ogre::DynLibManager::getSingletonPtr |
( |
void |
| ) |
|
|
static |
Get the singleton instance.
The documentation for this class was generated from the following file: