Skip to main content

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

namespacehelios
namespaceengine
namespaceplatform
namespaceenvironment
namespacestrategies

Variables Index

constexpr size_tPLATFORM_SIZE = 1

Description

ECS registry and manager aliases for runtime platform entities.

Variables

PLATFORM_SIZE

constexpr size_t PLATFORM_SIZE = 1
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:

1
5module;
6
7
8#include <cstddef>
10
11export module helios.engine.platform.environment.PlatformEntityManager;
12
13import helios.ecs;
14
15import helios.engine.platform.environment.types;
16
17constexpr size_t PLATFORM_SIZE = 1;
18
19using namespace helios::ecs;
20using namespace helios::ecs::strategies;
23
28
33
34}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.