Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
SystemManager.hpp File Reference

Manager for ECS systems. More...

#include "RType/ECS/ISystem.hpp"
#include "RType/ECS/Registry.hpp"
#include "RType/ECS/Signature.hpp"
#include <memory>
#include <map>
#include <typeindex>
#include <optional>
#include <functional>
#include "SystemManager.tpp"
Include dependency graph for SystemManager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rtp::ecs::SystemManager
 

Namespaces

namespace  rtp
 
namespace  rtp::ecs
 File : RenderSystem.hpp License: MIT Author : Elias JosuĂ© HAJJAR LLAUQUEN elias.nosp@m.-jos.nosp@m.ue.ha.nosp@m.jjar.nosp@m.-llau.nosp@m.quen.nosp@m.@epit.nosp@m.ech..nosp@m.eu Date : 14/12/2025.
 

Detailed Description

Manager for ECS systems.

Author
Robin Toillon

Provides centralized management of all systems in the ECS architecture, including registration, signature management, and coordinated updates.

Definition in file SystemManager.hpp.