Skip to main content

registry.ixx File

Component registration for runtime pooling module. More...

Included Headers

#include <helios.engine.runtime.pooling.components> #include <helios.ecs.ComponentReflector>

Namespaces Index

namespacehelios
namespaceengine
namespaceruntime
namespacepooling

Description

Component registration for runtime pooling module.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.runtime.pooling.registry;
8
9import helios.ecs.ComponentReflector;
10import helios.engine.runtime.pooling.components;
11
13
17 template<typename TEntityManager>
18 inline void registerComponents() {
19 using R = helios::ecs::ComponentReflector<TEntityManager>;
20
22 }
23
24}
25
26

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.