Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
wrapper.hpp File Reference
#include <helios/assert.hpp>
#include <helios/ecs/message/consumed_registry.hpp>
#include <helios/ecs/message/message.hpp>
#include <cstddef>
#include <functional>
#include <string_view>

Go to the source code of this file.

Classes

class  helios::ecs::ConsumableMessageWrapper< T >
 A wrapper around a message that provides convenient access to the message's data, type information, and the ability to mark the message as consumed. More...
class  helios::ecs::MessageWrapper< T >
 A wrapper around a message that provides convenient access to the message's data and type information. More...

Namespaces

namespace  helios
namespace  helios::ecs