Skip to main content

ComponentTypeTags.ixx File

Marker tag types for component classification in helios engine core types. More...

Namespaces Index

namespacehelios
namespaceengine
namespacecore
namespacetypes

Classes Index

structLocal

Marks a component as local to an entity or scope. More...

structWorld

Marks a component as world-level or globally shared. More...

structState

Marks a component as state-bearing runtime data. More...

structCanonical

Marks a component as canonical/authoritative data. More...

structIntent

Marks a component as intended data, e.g. from input. More...

Description

Marker tag types for component classification in helios engine core types.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.core.types.ComponentTypeTags;
8
9export namespace helios::engine::core::types {
10
14 struct Local {};
15
19 struct World {};
20
24 struct State {};
25
29 struct Canonical {};
30
34 struct Intent {};
35
36}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.