SuperTuxKart
Loading...
Searching...
No Matches
Classes
singleton.hpp File Reference
#include "utils/log.hpp"
Include dependency graph for singleton.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractSingleton< T >
 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...
 
class  Singleton< T >