![]()  | 
  
    OGRE 14.4
    
   Object-Oriented Graphics Rendering Engine 
   | 
 
Manager for Dynamic-loading Libraries. More...
#include <OgreDynLibManager.h>
 Inheritance diagram for Ogre::DynLibManager:Public Member Functions | |
| DynLibManager () | |
| Default constructor.   | |
| ~DynLibManager () | |
| Default destructor.   | |
| DynLib * | load (const String &filename) | 
| Loads the passed library.   | |
| void | unload (DynLib *lib) | 
| Unloads the passed library.   | |
  Public Member Functions inherited from Ogre::Singleton< DynLibManager > | |
| Singleton (void) | |
| ~Singleton (void) | |
Static Public Member Functions | |
| static DynLibManager & | getSingleton (void) | 
| Get the singleton instance.     | |
| static DynLibManager * | getSingletonPtr (void) | 
| Get the singleton instance.     | |
  Static Public Member Functions inherited from Ogre::Singleton< DynLibManager > | |
| static DynLibManager & | getSingleton (void) | 
| Get the singleton instance.   | |
| static DynLibManager * | getSingletonPtr (void) | 
| Get the singleton instance.     | |
Manager for Dynamic-loading Libraries.
This manager keeps a track of all the open dynamic-loading libraries, opens them and returns references to already-open 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. | 
Unloads the passed library.
| lib | The library. | 
      
  | 
  static | 
Get the singleton instance.
      
  | 
  static | 
Get the singleton instance.