#include <OgreDynLibManager.h>
Public Member Functions | |
| DynLibManager () | |
| Default constructor. | |
| virtual | ~DynLibManager () |
| Default destructor. | |
| DynLib * | load (const String &filename) |
| Loads the passed library. | |
| void | unload (DynLib *lib) |
| Unloads the passed library. | |
Static Public Member Functions | |
| static DynLibManager & | getSingleton (void) |
| Override standard Singleton retrieval. | |
| static DynLibManager * | getSingletonPtr (void) |
| Override standard Singleton retrieval. | |
Protected Types | |
| typedef std::map < String, DynLib * > | DynLibList |
Protected Attributes | |
| DynLibList | mLibList |
Static Protected Attributes | |
| static T * | ms_Singleton |
Definition at line 42 of file OgreDynLibManager.h.
typedef std::map<String, DynLib*> Ogre::DynLibManager::DynLibList [protected] |
Definition at line 45 of file OgreDynLibManager.h.
| Ogre::DynLibManager::DynLibManager | ( | ) |
Default constructor.
| virtual Ogre::DynLibManager::~DynLibManager | ( | ) | [virtual] |
Loads the passed library.
| filename | The name of the library. The extension can be ommitted |
| void Ogre::DynLibManager::unload | ( | DynLib * | lib | ) |
Unloads the passed library.
| filename | The name of the library. The extension can be ommitted |
| static DynLibManager& Ogre::DynLibManager::getSingleton | ( | void | ) | [static] |
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< T >.
| static DynLibManager* Ogre::DynLibManager::getSingletonPtr | ( | void | ) | [static] |
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< T >.
DynLibList Ogre::DynLibManager::mLibList [protected] |
Definition at line 46 of file OgreDynLibManager.h.
T* Ogre::Singleton< T >::ms_Singleton [static, protected, inherited] |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:49:32 2008