|
co_ecs 0.9.0
Cobalt ECS
|
#include <co_ecs/system/system.hpp>Go to the source code of this file.
Classes | |
| struct | co_ecs::main_thread_execution_policty_t |
| Structure representing the main thread execution policy. More... | |
| class | co_ecs::stage |
| Class representing a stage in the schedule. More... | |
| class | co_ecs::stage_executor |
| Class representing a stage executor. More... | |
Namespaces | |
| namespace | co_ecs |
Typedefs | |
| using | co_ecs::vector_of_executors_t = std::vector<std::unique_ptr<system_executor_interface>> |
| Vector of systems. | |
Variables | |
| constexpr main_thread_execution_policty_t | co_ecs::main_thread_execution_policy {} |
| Constant instance of the main thread execution policy. | |