![]() |
OGRE
2.2.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. More... | |
| virtual | ~DynLibManager () |
| Default destructor. More... | |
| DynLib * | load (const String &filename) |
| Loads the passed library. More... | |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More... | |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new More... | |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More... | |
| void * | operator new[] (size_t sz) |
| void | unload (DynLib *lib) |
| Unloads the passed library. More... | |
Static Public Member Functions | |
| static DynLibManager & | getSingleton (void) |
| Override standard Singleton retrieval. More... | |
| static DynLibManager * | getSingletonPtr (void) |
| Override standard Singleton retrieval. More... | |
Manager for Dynamic-loading Libraries.
| Ogre::DynLibManager::DynLibManager | ( | ) |
Default constructor.
|
virtual |
Default destructor.
|
static |
Override standard Singleton retrieval.
|
static |
Override standard Singleton retrieval.
Loads the passed library.
| filename | The name of the library. The extension can be omitted. |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
|
inlineinherited |
placement operator new
|
inlineinherited |
array operator new, with debug line info
|
inlineinherited |
| void Ogre::DynLibManager::unload | ( | DynLib * | lib | ) |
Unloads the passed library.
| lib | The library. |