ManagerTypeId.ixx File
Unique type identifier for engine resources. 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 | runtime |
|
Runtime infrastructure for game execution and lifecycle orchestration. More... | |
| namespace | world |
|
World state management, resource registry, and per-frame update context. More... | |
| namespace | types |
Classes Index
| class | ManagerTypeId |
|
Unique type identifier for engine resources. More... | |
| struct | helios_engine_common_tag_ResourceTypes |
|
Tag type for the TypeIndexer domain. More... | |
| struct | hash<helios::engine::runtime::world::types::ManagerTypeId> |
|
Hash specialization for ManagerTypeId. More... | |
Description
Unique type identifier for engine resources.
File Listing
The file content with the documentation metadata removed is:
14export namespace helios::engine::runtime::world::types {
32 class ManagerTypeId {
55 explicit ManagerTypeId(const size_t id) : id_(id) {}
63 explicit ManagerTypeId(helios::core::types::no_init_t) {}
87 [[nodiscard]] static ManagerTypeId id() {
88 static const size_t tid = helios::core::data::TypeIndexer<ResourceType>::typeIndex<T>();
89 return ManagerTypeId(tid);
92 friend constexpr bool operator==(ManagerTypeId, ManagerTypeId) noexcept = default;
104 std::size_t operator()(const helios::engine::runtime::world::types::ManagerTypeId& id) const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.