StateCommand.ixx File
Command for requesting state transitions. More...
Included Headers
#include <cassert>
#include <memory>
#include <helios.engine.state.types>
#include <helios.engine.state.Bindings>
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 | commands |
|
State transition commands. More... | |
Classes Index
| class | StateCommand<StateType> |
|
Command that requests a state transition. More... | |
Description
Command for requesting state transitions.
File Listing
The file content with the documentation metadata removed is:
17using namespace helios::engine::state::types;
19export namespace helios::engine::state::commands {
36 class StateCommand {
41 StateTransitionRequest<StateType> transitionRequest_;
52 : transitionRequest_(transitionRequest) {}
59 [[nodiscard]] types::StateTransitionRequest<StateType> transitionRequest() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.