SuperTuxKart
|
Manages the abstract singleton at runtime. This has been designed to allow multi-inheritance. This is advised to re-declare getInstance, but whithout templates parameters in the inheriting classes. More...
#include <singleton.hpp>
Protected Member Functions | |
AbstractSingleton () | |
Constructor. | |
virtual | ~AbstractSingleton () |
Destructor. | |
Static Private Attributes | |
static T * | m_singleton = NULL |
Manages the abstract singleton at runtime. This has been designed to allow multi-inheritance. This is advised to re-declare getInstance, but whithout templates parameters in the inheriting classes.