Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
writer.hpp File Reference
#include <helios/ecs/message/message.hpp>
#include <helios/ecs/message/queue.hpp>
#include <concepts>
#include <functional>
#include <memory_resource>
#include <ranges>
#include <utility>

Go to the source code of this file.

Classes

class  helios::ecs::BasicMessageWriter< T, Allocator >
 Type-safe writer for regular messages with a configurable queue allocator. More...

Namespaces

namespace  helios
namespace  helios::ecs

Typedefs

template<MessageTrait T>
using helios::ecs::PmrBasicMessageWriter
template<MessageTrait T>
using helios::ecs::MessageWriter = PmrBasicMessageWriter<T>
 Alias for BasicMessageWriter bound to a PMR allocator.