Skip to main content

TypedStateCommandHandler.ixx File

Typed interface for state command handling. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespacestate

Classes Index

classTypedStateCommandHandler<StateType>

Typed interface for handling state commands. More...

Description

Typed interface for state command handling.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.state.TypedStateCommandHandler;
8
9import helios.engine.state.StateCommandHandler;
10import helios.engine.state.commands;
11
12
13export namespace helios::engine::state {
14
27 template<typename StateType>
29
30 public:
31
39 virtual bool submit(
41 ) noexcept = 0;
42
43
44 };
45
46}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.