Go to the documentation of this file.
28 #ifndef __DynLibManager_H__
29 #define __DynLibManager_H__
120 #endif // __DynLibManager_H__
map< String, DynLib * >::type DynLibList
void unload(DynLib *lib)
Unloads the passed library.
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...
Template class for creating single-instance global classes.
static DynLibManager * getSingletonPtr(void)
Override standard Singleton retrieval.
DynLibManager()
Default constructor.
static DynLibManager & getSingleton(void)
Override standard Singleton retrieval.
Resource holding data about a dynamic library.
DynLib * load(const String &filename)
Loads the passed library.
Manager for Dynamic-loading Libraries.
virtual ~DynLibManager()
Default destructor.
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.