ScoreTypeId.ixx File
Strongly-typed identifier for score types. More...
Included Headers
#include <functional>
#include <helios.core.types>
#include <helios.core.data.TypeIndexer>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | mechanics |
|
High-level gameplay systems and components for game logic. More... | |
| namespace | scoring |
|
Score management and tracking system for game mechanics. More... | |
| namespace | types |
Classes Index
| class | ScoreTypeId |
|
Strongly-typed identifier for score types. More... | |
| struct | helios_engine_common_tag_ScoreTypes |
|
Tag type for the TypeIndexer domain. More... | |
| struct | hash<helios::engine::mechanics::scoring::types::ScoreTypeId> |
|
std::hash specialization for ScoreTypeId. More... | |
Description
Strongly-typed identifier for score types.
File Listing
The file content with the documentation metadata removed is:
14export namespace helios::engine::mechanics::scoring::types {
22 class ScoreTypeId {
50 explicit ScoreTypeId(helios::core::types::no_init_t) {}
73 static const size_t tid = helios::core::data::TypeIndexer<ScoreType>::typeIndex<T>();
77 friend constexpr bool operator==(ScoreTypeId, ScoreTypeId) noexcept = default;
91 std::size_t operator()(const helios::engine::mechanics::scoring::types::ScoreTypeId& id) const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.