SolarSim
Loading...
Searching...
No Matches
registry.hpp File Reference
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <tuple>
#include <typeindex>
#include <memory>
#include "entity.hpp"

Go to the source code of this file.

Data Structures

class  solarsim::Registry
 Manages entities and their components in the ECS. More...
struct  solarsim::Registry::IComponentStorage
 Base interface for type-erased component storage. More...
struct  solarsim::Registry::ComponentStorage< Component >
 Typed component storage for a specific component type. More...

Namespaces

namespace  solarsim