Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
system_storage.hpp File Reference
#include <helios/compiler/compiler.hpp>
#include <helios/ecs/schedule/system_local_data.hpp>
#include <helios/ecs/system/access_policy.hpp>
#include <helios/ecs/system/param_policy.hpp>
#include <helios/ecs/system/system.hpp>
#include <functional>
#include <string>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

struct  helios::ecs::SystemStorage
 Storage for a system. More...

Namespaces

namespace  helios
namespace  helios::ecs

Typedefs

using helios::ecs::SystemCallable = std::function<void(World&, SystemLocalData&)>