Skip to main content

TimerControlCommand.ixx File

Command for controlling game timer state transitions. More...

Included Headers

#include <cassert> #include <memory> #include <helios.engine.runtime.timing.types>

Namespaces Index

namespacehelios
namespaceengine
namespaceruntime
namespacetiming
namespacecommands

Classes Index

classTimerControlCommand

Command that carries a TimerControlContext to the timer subsystem. More...

Description

Command for controlling game timer state transitions.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <cassert>
8#include <memory>
9
10export module helios.engine.runtime.timing.commands.TimerControlCommand;
11
12
13import helios.engine.runtime.timing.types;
14
15
16
18
29
34
35 public:
36
44 ) : timerContext_(std::move(timerContext)) { }
45
46
53 return timerContext_;
54 }
55
56
57 };
58
59
60}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.