Common singleton class functions. More...
Classes | |
class | Singleton< T, UseManager > |
Base singleton class. More... | |
Functions | |
void * | getManagerSystem (std::type_index type) |
bool | hasManagerSystem (std::type_index type) |
void * | tryGetManagerSystem (std::type_index type) |
Common singleton class functions.