Skip to main content

StateTransitionType.ixx File

Empty type trait for state transition customization. More...

Included Headers

#include <cstdint>

Namespaces Index

namespacehelios
namespaceengine

Main engine module aggregating core infrastructure and game systems. More...

namespacestate

Generic, template-based state management system. More...

namespacetypes

Type definitions for state transitions. More...

Classes Index

structStateTransitionType<StateType>

Type trait for state transition customization points. More...

Description

Empty type trait for state transition customization.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file StateTransitionType.ixx
3 * @brief Empty type trait for state transition customization.
4 */
5module;
6
7#include <cstdint>
8
9export module helios.engine.state.types.StateTransitionType;
10
11export namespace helios::engine::state::types {
12
13 /**
14 * @brief Type trait for state transition customization points.
15 *
16 * @details Can be specialized to provide additional type information
17 * for state transitions. Currently serves as a placeholder for
18 * future extension.
19 *
20 * @tparam StateType The state enum type.
21 */
22 template<typename StateType>
24}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.