Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
event_storage.hpp File Reference
#include <helios/core_pch.hpp>
#include <helios/core/assert.hpp>
#include <helios/core/ecs/event.hpp>
#include <helios/core/logger.hpp>
#include <bit>
#include <cstddef>
#include <cstring>
#include <iterator>
#include <ranges>
#include <span>
#include <vector>

Go to the source code of this file.

Classes

class  helios::ecs::details::EventStorage
 Type-erased storage for events using a byte vector. More...
 

Namespaces

namespace  helios
 
namespace  helios::ecs
 
namespace  helios::ecs::details