OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Manager for Dynamic-loading Libraries. More...
#include <OgreDynLibManager.h>
Public Member Functions | |
DynLibManager () | |
Default constructor. | |
virtual | ~DynLibManager () |
Default destructor. | |
DynLib * | load (const String &filename) |
Loads the passed library. | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
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. | |
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
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
Unloads the passed library.
lib | The library. |