Skip to main content

TimerId.ixx File

Strongly-typed identifier for timers. More...

Included Headers

#include <cstdint> #include <string_view> #include <helios.ecs.types.StrongId> #include <helios.engine.core.types> #include <helios.engine.core.types.FuncDefs>

Namespaces Index

namespacehelios
namespaceengine
namespaceruntime
namespacetiming
namespacetypes

Classes Index

structTimerIdTag

Tag type for TimerId. More...

Description

Strongly-typed identifier for timers.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <cstdint>
8#include <string_view>
9
10export module helios.engine.runtime.timing.types.TimerId;
11
12import helios.engine.core.types.FuncDefs;
13import helios.engine.core.types;
14import helios.ecs.types.StrongId;
15
17
21 struct TimerIdTag{};
22
30 using TimerId = helios::ecs::types::StrongId<TimerIdTag>;
31
32}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.