ECSM v0.7.0
Entity Component System Manager
Loading...
Searching...
No Matches
singleton.hpp File Reference

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.