PlatformEntityManager.ixx File
ECS registry and manager aliases for runtime platform entities. More...
Included Headers
#include <cstddef>
#include "helios-engine-config.h"
#include <helios.engine.platform.environment.types>
#include <helios.ecs>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | platform |
| namespace | environment |
| namespace | strategies |
Variables Index
| constexpr size_t | PLATFORM_SIZE = 1 |
Description
ECS registry and manager aliases for runtime platform entities.
Variables
PLATFORM_SIZE
| constexpr |
Definition at line 17 of file PlatformEntityManager.ixx.
17constexpr size_t PLATFORM_SIZE = 1;
File Listing
The file content with the documentation metadata removed is:
9#include "helios-engine-config.h"
17constexpr size_t PLATFORM_SIZE = 1;
21using namespace helios::engine::platform::environment::types;
22export namespace helios::engine::platform::environment {
27 using PlatformEntityRegistry = EntityRegistry<PlatformDomainTag, LinearLookupStrategy<PLATFORM_SIZE>, false, PLATFORM_SIZE>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.