#include <OgreDynLibManager.h>
Inheritance diagram for Ogre::DynLibManager:
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 | |
DynLibManager & | getSingleton (void) |
Override standard Singleton retrieval. | |
DynLibManager * | getSingletonPtr (void) |
Override standard Singleton retrieval. | |
Protected Types | |
typedef std::map< String, DynLib * > | DynLibList |
Protected Attributes | |
DynLibList | mLibList |
Static Protected Attributes | |
DynLibManager * | ms_Singleton |
Definition at line 38 of file OgreDynLibManager.h.
|
Definition at line 41 of file OgreDynLibManager.h. |
|
Default constructor.
|
|
Default destructor.
|
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< DynLibManager >. |
|
Override standard Singleton retrieval.
Reimplemented from Ogre::Singleton< DynLibManager >. |
|
Loads the passed library.
|
|
Unloads the passed library.
|
|
Definition at line 42 of file OgreDynLibManager.h. |
|
Definition at line 54 of file OgreSingleton.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:42 2006