ECSM v0.4.0
singleton.hpp

Common singleton class functions. More...

#include "ecsm-error.hpp"
#include "type-string.hpp"
#include <cassert>

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)

Detailed Description

Common singleton class functions.