Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
event_reader.hpp File Reference
#include <helios/core/ecs/details/event_manager.hpp>
#include <helios/core/ecs/event.hpp>
#include <helios/core/utils/functional_adapters.hpp>
#include <concepts>
#include <cstddef>
#include <iterator>
#include <optional>
#include <span>
#include <tuple>
#include <type_traits>
#include <unordered_map>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  helios::ecs::EventSimpleIterator< T >
 Simple iterator for EventReader that returns plain events. More...
 
class  helios::ecs::EventIterator< T >
 Iterator wrapper for EventReader. More...
 
class  helios::ecs::EventReader< T >
 

Namespaces

namespace  helios
 
namespace  helios::ecs