StateTransitionContext.ixx File
Context information for state transitions. More...
Included Headers
#include <helios.engine.state.types.StateTransitionType>
#include <helios.engine.state.types.StateTransitionId>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | state |
|
Generic, template-based state management system. More... | |
| namespace | types |
|
Type definitions for state transitions. More... | |
Classes Index
| class | StateTransitionContext<StateType> |
|
Captures the complete context of a state transition. More... | |
Description
Context information for state transitions.
File Listing
The file content with the documentation metadata removed is:
13export namespace helios::engine::state::types {
27 class StateTransitionContext {
29 using StateTransitionIdType = typename StateTransitionId<StateType>::Type;
55 explicit StateTransitionContext(
56 const StateType from,
57 const StateType to,
58 const StateTransitionIdType transitionId
59 ) : from_(from), to_(to), transitionId_(transitionId) {}
84 [[nodiscard]] StateTransitionIdType transitionId() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.